feat: added site as it was in 2016

This commit is contained in:
silver 2023-07-23 02:27:14 +01:00
parent 0cdce08534
commit 2ea0dc0d6b
2 changed files with 71 additions and 1 deletions

View file

@ -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",

View file

@ -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: {