mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
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:
parent
0645c5edc9
commit
8d215e1c98
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue