1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-15 17:50:51 +00:00

phase out github literal in install instructions

This commit is contained in:
Emanuel Johnson Godin 2023-03-02 16:27:23 +01:00 committed by GitHub
parent 27018a9084
commit f78f64eccf
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 ``` 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";