mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-05 08:07:16 +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
|
||||
{
|
||||
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…
Add table
Reference in a new issue