master -> main

Fix installation instructions for channel installation, now that the default branch name has changed.
This commit is contained in:
William Osler 2021-11-20 16:29:27 -08:00 committed by GitHub
parent 4fefd7cfff
commit fc8272d31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```