1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-08-15 17:10:42 +03:00

Merge pull request #72 from oslerw/patch-1

Install instructions: master -> main
This commit is contained in:
Ryan Mulligan 2021-11-20 17:12:49 -08:00 committed by GitHub
commit cb0fe60ff1
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:
```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
```