diff options
Diffstat (limited to 'sif.nix')
-rw-r--r-- | sif.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -572,6 +572,7 @@ | |||
572 | zramSwap.enable = true; | 572 | zramSwap.enable = true; |
573 | 573 | ||
574 | nix = { | 574 | nix = { |
575 | package = with pkgs; nixFlakes; | ||
575 | extraOptions = '' | 576 | extraOptions = '' |
576 | experimental-features = flakes | 577 | experimental-features = flakes |
577 | ''; | 578 | ''; |