6 lines
159 B
Nix
6 lines
159 B
Nix
{
|
|
imports = [
|
|
"${builtins.fetchTarball "https://github.com/Mic92/sops-nix/archive/b549832718b8946e875c016a4785d204fcfc2e53.tar.gz"}/modules/sops"
|
|
];
|
|
}
|