fix: move teh website into its own folder
This commit is contained in:
parent
9ca0ff3d74
commit
0cdce08534
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue