upgrade nix version to latest
This commit is contained in:
parent
50a9d4b372
commit
ea4e549888
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
];
|
];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix = {
|
nix = {
|
||||||
|
package = pkgs.nixVersions.latest;
|
||||||
settings = {
|
settings = {
|
||||||
sandbox = true;
|
sandbox = true;
|
||||||
trusted-users = ["@wheel" "remote-build"];
|
trusted-users = ["@wheel" "remote-build"];
|
||||||
|
|
Loading…
Reference in a new issue