summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system-profiles/core.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix
index bd2004df..79c2fe82 100644
--- a/system-profiles/core.nix
+++ b/system-profiles/core.nix
@@ -39,6 +39,7 @@ in {
39 registry = { 39 registry = {
40 nixpkgs.flake = flakeInputs.nixpkgs; 40 nixpkgs.flake = flakeInputs.nixpkgs;
41 home-manager.flake = flakeInputs.home-manager; 41 home-manager.flake = flakeInputs.home-manager;
42 sops-nix.flake = flakeInputs.sops-nix;
42 nixos.flake = flake; 43 nixos.flake = flake;
43 }; 44 };
44 }; 45 };