mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switch nix version... again
This commit is contained in:
parent
2588649e67
commit
23623a001a
3 changed files with 82 additions and 10 deletions
|
|
@ -31,7 +31,7 @@ in {
|
|||
|
||||
#other nix settings
|
||||
nix = {
|
||||
package = pkgs.nixVersions.unstable;
|
||||
package = inputs.nix.packages.${pkgs.system}.default;
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes" "repl-flake"];
|
||||
auto-optimise-store = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue