devenv
This commit is contained in:
parent
946c6157bf
commit
8ac1e75e85
6 changed files with 33 additions and 71 deletions
|
|
@ -178,7 +178,10 @@
|
|||
];
|
||||
};
|
||||
nixpkgs.config = {allowUnfree = true;};
|
||||
nix.nixPath = ["nixpks=${pkgs.path}"];
|
||||
nix.nixPath = ["nixpkgs=${pkgs.path}"];
|
||||
nix.extraOptions = ''
|
||||
trusted-users = root tao
|
||||
'';
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
system.stateVersion = lib.mkDefault "23.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue