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

View file

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