1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00
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:
bors[bot] 2023-03-03 08:57:21 +00:00 committed by GitHub
commit 128e9b29dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";