From fc8272d31c5f6ed3e2b5f357ca4d768373955a97 Mon Sep 17 00:00:00 2001 From: William Osler Date: Sat, 20 Nov 2021 16:29:27 -0800 Subject: [PATCH] master -> main Fix installation instructions for channel installation, now that the default branch name has changed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5499388..a31ef98 100644 --- a/README.md +++ b/README.md @@ -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 ```