Merge pull request #52 from gabysbrain/patch-1

add .nix extensions
This commit is contained in:
Ryan Mulligan 2021-08-01 05:56:27 -07:00 committed by GitHub
commit e6752e7b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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" ];
}
```