feat: add private secrets flake for flake purity

This commit is contained in:
Swarsel 2024-12-10 18:23:37 +01:00
parent 437bc79968
commit 040fce3174
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 28 additions and 10 deletions

View file

@ -109,6 +109,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-secrets = {
url = "git+ssh://git@github.com/Swarsel/nix-secrets.git?ref=main&shallow=1";
flake = false;
inputs = { };
};
};
outputs =