feat: add sops-nix flake input

This commit is contained in:
2026-03-29 23:09:15 +02:00
parent e696417e63
commit 42c2a1604c
2 changed files with 26 additions and 0 deletions

View File

@@ -42,6 +42,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =