mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-07-17 06:25:16 +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
|
``` nix
|
||||||
{
|
{
|
||||||
inputs.sops-nix.url = "github:Mic92/sops-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 }: {
|
outputs = { self, nixpkgs, sops-nix }: {
|
||||||
# change `yourhostname` to your actual hostname
|
# change `yourhostname` to your actual hostname
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue