mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-10 20:50:45 +03:00
master -> main
Fix installation instructions for channel installation, now that the default branch name has changed.
This commit is contained in:
parent
4fefd7cfff
commit
fc8272d31c
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:
|
As root run:
|
||||||
|
|
||||||
```ShellSession
|
```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
|
$ nix-channel --update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue