mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
Merge #285
285: phase out github literal in install instructions r=Mic92 a=emanueljg Co-authored-by: Emanuel Johnson Godin <emanueljohnsongodin@gmail.com>
This commit is contained in:
commit
128e9b29dd
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ If you use experimental nix flakes support:
|
|||
|
||||
``` 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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue