Skip to content

Commit 8d215e1

Browse files
committed
README: also set follow for nixpkgs
some people skip this because they think it's not recommend (because not in by default)
1 parent 0645c5e commit 8d215e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ If you use experimental nix flakes support:
6161
``` nix
6262
{
6363
inputs.sops-nix.url = "github:Mic92/sops-nix";
64-
# optional, not necessary for the module
65-
#inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs";
64+
inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs";
6665
6766
outputs = { self, nixpkgs, sops-nix }: {
6867
# change `yourhostname` to your actual hostname

0 commit comments

Comments
 (0)