diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-05 15:14:16 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-05 15:14:16 +0200 |
commit | 66df4133e0eea81c6fb28b1eb18b2803310c44d8 (patch) | |
tree | 23a59629ea388d04675bfe9aebf47930da384f09 | |
parent | 60b419fc85154d9027bd6a5861f8bb8b7d2ff880 (diff) |
fix typo in registry name lol
-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 = { |