mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
phase out github literal in install instructions
This commit is contained in:
parent
27018a9084
commit
f78f64eccf
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,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
|
# optional, not necessary for the module
|
||||||
#inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
#inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue