From 66df4133e0eea81c6fb28b1eb18b2803310c44d8 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 5 Mar 2023 15:14:16 +0200 Subject: fix typo in registry name lol --- profiles/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit 1.4.1