From e949a7d8e4d4fe5244b4ee0ac8813996ba68391f Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 3 Jan 2025 16:47:01 -0500 Subject: [PATCH] add secrets submodule to flake --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index fa1f025..8d3e809 100644 --- a/flake.nix +++ b/flake.nix @@ -7,10 +7,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix"; sops-nix.url = "github:Mic92/sops-nix"; - nix-secrets = { - url = "path:nix-flakes"; - flake = false; - }; + nix-secrets.url = "./nix-secrets"; }; outputs = {