From a0d0a157c4db708236c56e16048e059703fc6f91 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 25 Aug 2024 12:25:03 +0200 Subject: [PATCH] fixed secrets url --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 91e6ad4..6f6d2cc 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ alejandra.inputs.nixpkgs.follows = "nixpkgs"; nix-secrets = { - url = "git.hypervirtual.world:harry123/nix-secrets.git"; + url = "git+https://git.hypervirtual.world/harry123/nix-secrets.git"; flake = false; }; };