From 1a9b9a27fc8c584d33fead8c4295b94e6e04f80a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 21 Jul 2023 22:04:06 +0100 Subject: [PATCH] fmt: moved the other urls to the better format --- flake.lock | 28 ++++++++++++++++------------ flake.nix | 4 ++-- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 234441d..a80b013 100644 --- a/flake.lock +++ b/flake.lock @@ -331,17 +331,19 @@ "utils": "utils_2" }, "locked": { + "host": "gitlab.skynet.ie", "lastModified": 1689553492, "narHash": "sha256-qrCH95lvvRJ8TjMKjfM6+qZY9kOgWXiJcX7CkF1lhuY=", - "ref": "refs/heads/main", + "owner": "compsoc%2Fskynet%2Fldap", + "repo": "backend", "rev": "f73a7dfa290dadd1e9ec109518da511f39b551c1", - "revCount": 46, - "type": "git", - "url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git" + "type": "gitlab" }, "original": { - "type": "git", - "url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git" + "host": "gitlab.skynet.ie", + "owner": "compsoc%2Fskynet%2Fldap", + "repo": "backend", + "type": "gitlab" } }, "skynet_ldap_frontend": { @@ -350,17 +352,19 @@ "utils": "utils_3" }, "locked": { + "host": "gitlab.skynet.ie", "lastModified": 1689857714, "narHash": "sha256-KJYvtsJnDZWRePyOh3XWCMA/sXSU1Dg6EnE65b/jqsc=", - "ref": "refs/heads/main", + "owner": "compsoc%2Fskynet%2Fldap", + "repo": "frontend", "rev": "310c4f7df01a9e42441523eaacfdacb68018829c", - "revCount": 13, - "type": "git", - "url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git" + "type": "gitlab" }, "original": { - "type": "git", - "url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git" + "host": "gitlab.skynet.ie", + "owner": "compsoc%2Fskynet%2Fldap", + "repo": "frontend", + "type": "gitlab" } }, "skynet_website": { diff --git a/flake.nix b/flake.nix index 272e82d..1e63796 100644 --- a/flake.nix +++ b/flake.nix @@ -16,8 +16,8 @@ simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; # sso.skynet.ie - skynet_ldap_backend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git"; - skynet_ldap_frontend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git"; + skynet_ldap_backend.url = "gitlab:compsoc%2Fskynet%2Fldap/backend?host=gitlab.skynet.ie"; + skynet_ldap_frontend.url = "gitlab:compsoc%2Fskynet%2Fldap/frontend?host=gitlab.skynet.ie"; skynet_website.url = "gitlab:compsoc%2Fskynet/website?host=gitlab.skynet.ie"; };