AquaticOS/modules/nix/tools/agenix/flake-parts.nix

9 lines
No EOL
141 B
Nix

{ ... }:
{
flake-file.inputs = {
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}