build01: use nixUnstable ()

This commit is contained in:
Jonas Chevalier 2020-12-12 16:05:36 +00:00 committed by GitHub
parent ea9eac711a
commit d762926155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,9 +36,15 @@
# avoid copying unecessary stuff over SSH
builders-use-substitutes = true
# allow flakes
experimental-features = nix-command flakes
'';
# Hard-link duplicated files
autoOptimiseStore = true;
# Add support for flakes
package = pkgs.nixUnstable;
};
services.openssh.enable = true;