Merge pull request #155 from ryantm/rtm-2-19-doc-no-darwin

doc: how to skip the Darwin input
This commit is contained in:
Nathan Henrie 2023-03-31 10:49:20 -06:00 committed by GitHub
commit e64961977f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ To install the `agenix` binary:
inputs.agenix.url = "github:ryantm/agenix";
# optional, not necessary for the module
#inputs.agenix.inputs.nixpkgs.follows = "nixpkgs";
# optionally choose not to download darwin deps (saves some resources on Linux)
#inputs.agenix.inputs.darwin.follows = "";
outputs = { self, nixpkgs, agenix }: {
# change `yourhostname` to your actual hostname