From b0721be0c6745e773738d49bf87e38afb3a075fd Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sun, 19 Feb 2023 15:12:18 -0800 Subject: [PATCH] doc: how to skip the Darwin input --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3381e7e..692b4cf 100644 --- a/README.md +++ b/README.md @@ -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