diff options
-rw-r--r-- | profiles/core.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/core.nix b/profiles/core.nix index 1cd8ab5..5f29653 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -12,7 +12,7 @@ config = { system.stateVersion = "22.5"; nix = { - registry.nixpgs.flake = inputs.nixpkgs; + registry.nixpkgs.flake = inputs.nixpkgs; gc.automatic = true; optimise.automatic = true; settings = { |