mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
nixosTests.keepalived: fix eval (maintainers
attribute)
Without the change test sfails to evaluate as: $ nix build --no-link -f. nixosTests.keepalived error: error: function 'makeTest' called with unexpected argument 'maintainers'
This commit is contained in:
parent
1d1f1553a8
commit
95de1da4f3
@ -1,6 +1,6 @@
|
||||
import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
||||
name = "keepalived";
|
||||
maintainers = [ lib.maintainers.raitobezarius ];
|
||||
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
||||
|
||||
nodes = {
|
||||
node1 = { pkgs, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user