Update nixpkgs
Some checks failed
Check Flake / check-flake (push) Failing after 21s

This commit is contained in:
2024-03-16 11:30:31 -06:00
parent 99904d0066
commit da5ba670d9
4 changed files with 22 additions and 34 deletions

View File

@@ -10,7 +10,6 @@ in
config = mkIf cfg.enable {
nix = {
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
'';