1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-09-11 06:05:38 +03:00

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

View File

@ -57,7 +57,7 @@ $ nix-channel --update
```nix ```nix
{ {
imports = [ <agenix/modules/age> ]; imports = [ <agenix/modules/age.nix> ];
} }
``` ```
@ -67,7 +67,7 @@ $ nix-channel --update
```nix ```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" ];
} }
``` ```