ops/nixos: nix 2.3 -> lix
This commit is contained in:
parent
5c370c0b2a
commit
204dceac34
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ in
|
|||
my.rundeck.tags = [ "nixos" ];
|
||||
|
||||
nix = {
|
||||
package = pkgs.nix_2_3; # Use a working nix.
|
||||
package = pkgs.lix; # Use a working nix.
|
||||
nixPath = [ "depot=/home/lukegb/depot/" "nixpkgs=/home/lukegb/depot/hack/nixpkgs/" ];
|
||||
settings = {
|
||||
trusted-users = [ "root" "@wheel" "deployer" ];
|
||||
|
|
Loading…
Reference in a new issue