From 0cdce0853499b3069e1983aeaa4ef3f3fabbab82 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 23 Jul 2023 00:58:17 +0100 Subject: [PATCH] fix: move teh website into its own folder --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a80b013..deef833 100644 --- a/flake.lock +++ b/flake.lock @@ -376,15 +376,15 @@ "host": "gitlab.skynet.ie", "lastModified": 1689960297, "narHash": "sha256-+43nNv4RSQMXMRGdN8xVKYs2B13w5FJtefuykYcpywM=", - "owner": "compsoc%2Fskynet", - "repo": "website", + "owner": "compsoc%2Fskynet%2Fwebsite", + "repo": "2023", "rev": "edd922c5b13fa1f520e8e265a3d6e4e189852b99", "type": "gitlab" }, "original": { "host": "gitlab.skynet.ie", - "owner": "compsoc%2Fskynet", - "repo": "website", + "owner": "compsoc%2Fskynet%2Fwebsite", + "repo": "2023", "type": "gitlab" } }, diff --git a/flake.nix b/flake.nix index 1e63796..9a6f9bd 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ 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"; + skynet_website.url = "gitlab:compsoc%2Fskynet%2Fwebsite/2023?host=gitlab.skynet.ie"; }; outputs = { self, nixpkgs, ... } @inputs: {