summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sif.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sif.nix b/sif.nix
index c2d9955f..f678ffe0 100644
--- a/sif.nix
+++ b/sif.nix
@@ -574,7 +574,7 @@
574 nix = { 574 nix = {
575 package = with pkgs; nixFlakes; 575 package = with pkgs; nixFlakes;
576 extraOptions = '' 576 extraOptions = ''
577 experimental-features = flakes 577 experimental-features = nix-command flakes
578 ''; 578 '';
579 }; 579 };
580 580