kerberos: explicitly install krb5Full.dev for tests
This contains all of the user binaries as of 13e6a5c.
This commit is contained in:
parent
f5b4918de4
commit
d752677b1b
@ -21,6 +21,7 @@ import ../make-test.nix ({pkgs, ...}: {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
users.extraUsers.alice = { isNormalUser = true; };
|
users.extraUsers.alice = { isNormalUser = true; };
|
||||||
|
environment.systemPackages = [ pkgs.krb5Full.dev ];
|
||||||
};
|
};
|
||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user