Continue to fix merge

This commit is contained in:
greg-compass
2022-09-07 11:28:09 -05:00
parent c048cc3fd6
commit 16e54a97b4
18 changed files with 54 additions and 315 deletions
+2 -1
View File
@@ -5,6 +5,8 @@
nix = {
package = pkgs.nixFlakes;
autoOptimiseStore = true;
# Keep freespace available, at a minimum, and enable Flakes
extraOptions = ''
experimental-features = nix-command flakes
@@ -17,5 +19,4 @@ keep-derivations = true
'';
};
nixpkgs.config.allowUnfree = true;
system.stateVersion = "22.05";
}