From 8d215e1c981be3aa37e47aeabd4e61bb069548fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 18 May 2025 23:16:43 +0200 Subject: [PATCH] README: also set follow for nixpkgs some people skip this because they think it's not recommend (because not in by default) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c277fa3..908f3f8 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,7 @@ If you use experimental nix flakes support: ``` nix { inputs.sops-nix.url = "github:Mic92/sops-nix"; - # optional, not necessary for the module - #inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs"; + inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs"; outputs = { self, nixpkgs, sops-nix }: { # change `yourhostname` to your actual hostname