We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0645c5e commit 8d215e1Copy full SHA for 8d215e1
1 file changed
README.md
@@ -61,8 +61,7 @@ If you use experimental nix flakes support:
61
``` nix
62
{
63
inputs.sops-nix.url = "github:Mic92/sops-nix";
64
- # optional, not necessary for the module
65
- #inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs";
+ inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs";
66
67
outputs = { self, nixpkgs, sops-nix }: {
68
# change `yourhostname` to your actual hostname
0 commit comments