doc: how to skip the Darwin input

This commit is contained in:
Ryan Mulligan 2023-02-19 15:12:18 -08:00
parent 2c56a93426
commit b0721be0c6
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