From f78f64eccf253013687f68e5ec076707f420c53b Mon Sep 17 00:00:00 2001 From: Emanuel Johnson Godin Date: Thu, 2 Mar 2023 16:27:23 +0100 Subject: [PATCH] phase out github literal in install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79204ac..6027a1c 100644 --- a/README.md +++ b/README.md @@ -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";