mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 17:50:48 +03:00
readme: master -> main
This commit is contained in:
parent
cb0fe60ff1
commit
4a93de2beb
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ $ nix-channel --update
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
imports = [ "${builtins.fetchTarball "https://github.com/ryantm/agenix/archive/master.tar.gz"}/modules/age.nix" ];
|
imports = [ "${builtins.fetchTarball "https://github.com/ryantm/agenix/archive/main.tar.gz"}/modules/age.nix" ];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue