Reenable Flakes

This commit is contained in:
Andreas Zweili 2022-05-31 09:13:36 +02:00
parent c74107c525
commit 1984639b99
1 changed files with 5 additions and 1 deletions

View File

@ -71,7 +71,11 @@
};
autoOptimiseStore = true;
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
warn-dirty = false
'';
# enable garbage collection
gc = {
automatic = true;