mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
commit
e6752e7b85
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ $ nix-channel --update
|
|||
|
||||
```nix
|
||||
{
|
||||
imports = [ <agenix/modules/age> ];
|
||||
imports = [ <agenix/modules/age.nix> ];
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -67,7 +67,7 @@ $ nix-channel --update
|
|||
|
||||
```nix
|
||||
{
|
||||
imports = [ "${builtins.fetchTarball "https://github.com/ryantm/agenix/archive/master.tar.gz"}/modules/age" ];
|
||||
imports = [ "${builtins.fetchTarball "https://github.com/ryantm/agenix/archive/master.tar.gz"}/modules/age.nix" ];
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue