build01: use nixUnstable (#44)
This commit is contained in:
parent
ea9eac711a
commit
d762926155
1 changed files with 6 additions and 0 deletions
|
@ -36,9 +36,15 @@
|
||||||
|
|
||||||
# avoid copying unecessary stuff over SSH
|
# avoid copying unecessary stuff over SSH
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
|
|
||||||
|
# allow flakes
|
||||||
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
# Hard-link duplicated files
|
# Hard-link duplicated files
|
||||||
autoOptimiseStore = true;
|
autoOptimiseStore = true;
|
||||||
|
|
||||||
|
# Add support for flakes
|
||||||
|
package = pkgs.nixUnstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue