Update nixpkgs
All checks were successful
Check Flake / check-flake (push) Successful in 53s

This commit is contained in:
2024-03-16 11:30:31 -06:00
parent 99904d0066
commit efe50be604
6 changed files with 39 additions and 40 deletions

View File

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