Something is broken

This commit is contained in:
Julien Malka 2022-03-21 19:51:55 +01:00
parent fd5ca5d698
commit f3690a79bd

View file

@ -23,7 +23,7 @@ with lib;
automatic = true;
dates = "weekly";
};
package = pkgs.unstable.nix;
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
'';