From abd30046b869cfafb9332ac2d4db24cb72c3824e Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 3 Jan 2025 15:47:25 -0500 Subject: [PATCH] add secrets submodule to flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index a3aa1ca..96ecb7c 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix"; sops-nix.url = "github:Mic92/sops-nix"; nix-secrets.url = "git+file://./nix-secrets"; + nix-secrets.flake = false; }; outputs = {