From 2ea0dc0d6b13e2dc97087f599916c06a9710d5b3 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 23 Jul 2023 02:27:14 +0100 Subject: [PATCH] feat: added site as it was in 2016 --- flake.lock | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++- flake.nix | 1 + 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index deef833..51475c8 100644 --- a/flake.lock +++ b/flake.lock @@ -289,6 +289,20 @@ "type": "indirect" } }, + "nixpkgs_9": { + "locked": { + "lastModified": 1690026219, + "narHash": "sha256-oOduRk/kzQxOBknZXTLSEYd7tk+GoKvr8wV6Ab+t4AU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "f465da166263bc0d4b39dfd4ca28b777c92d4b73", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, "root": { "inputs": { "agenix": "agenix", @@ -298,7 +312,8 @@ "simple-nixos-mailserver": "simple-nixos-mailserver", "skynet_ldap_backend": "skynet_ldap_backend", "skynet_ldap_frontend": "skynet_ldap_frontend", - "skynet_website": "skynet_website" + "skynet_website": "skynet_website", + "skynet_website_2016": "skynet_website_2016" } }, "simple-nixos-mailserver": { @@ -388,6 +403,27 @@ "type": "gitlab" } }, + "skynet_website_2016": { + "inputs": { + "nixpkgs": "nixpkgs_9", + "utils": "utils_5" + }, + "locked": { + "host": "gitlab.skynet.ie", + "lastModified": 1690074364, + "narHash": "sha256-Hku2eWX/rrbemYb9nP0xD/stW0Tw3k9Gd/fcIO/AlUM=", + "owner": "compsoc%2Fskynet%2Fwebsite", + "repo": "2016", + "rev": "c57c04c7f77cf996ce6f22df34d5c83dc63b9c2d", + "type": "gitlab" + }, + "original": { + "host": "gitlab.skynet.ie", + "owner": "compsoc%2Fskynet%2Fwebsite", + "repo": "2016", + "type": "gitlab" + } + }, "systems": { "locked": { "lastModified": 1681028828, @@ -433,6 +469,21 @@ "type": "github" } }, + "systems_4": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "utils": { "locked": { "lastModified": 1605370193, @@ -501,6 +552,24 @@ "repo": "flake-utils", "type": "github" } + }, + "utils_5": { + "inputs": { + "systems": "systems_4" + }, + "locked": { + "lastModified": 1689068808, + "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 9a6f9bd..0b9444f 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ skynet_ldap_frontend.url = "gitlab:compsoc%2Fskynet%2Fldap/frontend?host=gitlab.skynet.ie"; skynet_website.url = "gitlab:compsoc%2Fskynet%2Fwebsite/2023?host=gitlab.skynet.ie"; + skynet_website_2016.url = "gitlab:compsoc%2Fskynet%2Fwebsite/2016?host=gitlab.skynet.ie"; }; outputs = { self, nixpkgs, ... } @inputs: {