fixed secrets url

This commit is contained in:
Harry 2024-08-25 12:25:03 +02:00
parent 7a041b8471
commit a0d0a157c4

View file

@ -9,7 +9,7 @@
alejandra.inputs.nixpkgs.follows = "nixpkgs"; alejandra.inputs.nixpkgs.follows = "nixpkgs";
nix-secrets = { nix-secrets = {
url = "git.hypervirtual.world:harry123/nix-secrets.git"; url = "git+https://git.hypervirtual.world/harry123/nix-secrets.git";
flake = false; flake = false;
}; };
}; };