README: also set follow for nixpkgs

some people skip this because they think it's not recommend (because not
in by default)
This commit is contained in:
Jörg Thalheim 2025-05-18 23:16:43 +02:00 committed by Jörg Thalheim
parent 0645c5edc9
commit 8d215e1c98

View file

@ -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