feat(secrets): override sops-nix input

This commit is contained in:
matt1432 2024-04-10 14:56:34 -04:00
parent 9994dadd6f
commit 3d03229682
2 changed files with 36 additions and 15 deletions

View file

@ -126,7 +126,15 @@
type = "git";
url = "ssh://git@git.nelim.org/matt1432/nixos-secrets";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
sops-nix = {
type = "github";
owner = "Mic92";
repo = "sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
};
nix-on-droid = {