1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-09-11 06:05:38 +03:00

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

View File

@ -172,6 +172,8 @@ To install the `agenix` binary:
inputs.agenix.url = "github:ryantm/agenix"; inputs.agenix.url = "github:ryantm/agenix";
# optional, not necessary for the module # optional, not necessary for the module
#inputs.agenix.inputs.nixpkgs.follows = "nixpkgs"; #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 }: { outputs = { self, nixpkgs, agenix }: {
# change `yourhostname` to your actual hostname # change `yourhostname` to your actual hostname