9 lines
No EOL
141 B
Nix
9 lines
No EOL
141 B
Nix
{ ... }:
|
|
{
|
|
flake-file.inputs = {
|
|
agenix = {
|
|
url = "github:ryantm/agenix";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
} |