diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index 8e4fb65..235eca4 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ }; gh-ssh-keys = { - url = "git+ssh://git@github.com/fcuny/gh-ssh-keys?ref=main"; + url = "git+https://git.fcuny.net/fcuny/gh-ssh-keys?ref=main"; inputs = { flake-utils.follows = "futils"; nixpkgs.follows = "nixpkgs"; @@ -48,7 +48,7 @@ }; x509-tools = { - url = "github:fcuny/x509-info"; + url = "git+https://git.fcuny.net/fcuny/x509-info?ref=main"; inputs = { flake-utils.follows = "futils"; nixpkgs.follows = "nixpkgs"; |