From 2d815acded7bc76c06b365d626ef655f959fea50 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Tue, 3 Mar 2026 14:47:16 +0100 Subject: [PATCH] add sops-nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7dc867a..2235bcc 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; lanzaboote.url = "github:nix-community/lanzaboote/v1.0.0"; sops-nix.url = "github:Mic92/sops-nix"; - sops.nix.inputs.nixpkgs.follows = "nixpkgs"; + sops-nix.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }