mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
Merge pull request #72 from oslerw/patch-1
Install instructions: master -> main
This commit is contained in:
commit
cb0fe60ff1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Then add the following to your configuration.nix in the `imports` list:
|
|||
As root run:
|
||||
|
||||
```ShellSession
|
||||
$ nix-channel --add https://github.com/ryantm/agenix/archive/master.tar.gz agenix
|
||||
$ nix-channel --add https://github.com/ryantm/agenix/archive/main.tar.gz agenix
|
||||
$ nix-channel --update
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue