diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-09-22 00:17:41 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-22 00:17:41 +0300 |
commit | 6320d4225b087f096268cd99eee2ba3ecfa989a0 (patch) | |
tree | 0169dcb41c35afb2b356aaeeabfca8f91864ef85 /flake.nix | |
parent | 2022-09-20 (diff) |
2022-09-22
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix index 68f66d2..5a224e1 100644 --- a/flake.nix +++ b/flake.nix @@ -193,10 +193,7 @@ }; azahi-cc = { - type = "gitlab"; - owner = "azahi"; - repo = "azahi.cc"; - ref = "master"; + url = "git+https://git.azahi.cc/azahi-cc?ref=master"; flake = false; }; |