diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-07 19:40:41 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-07 19:40:41 -0800 |
| commit | 282cbf7b4ef8cc9d31cf079e5feeb6050f52d435 (patch) | |
| tree | 883d10c0245096c6f6a2ae7c14a628f27e1dad2f /flake.nix | |
| parent | fix(services/gitea): disable registration correctly (diff) | |
| download | infra-282cbf7b4ef8cc9d31cf079e5feeb6050f52d435.tar.gz | |
ref: update url for some inputs to the flake
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |
