Compare commits

..

4 commits

2 changed files with 23 additions and 16 deletions

View file

@ -52,24 +52,33 @@ in {
committee = lib.lists.unique ( committee = lib.lists.unique (
# Committee - Core # Committee - Core
[ [
# President
"silver" "silver"
"eoghanconlon73" # Secretary
"nanda" "kaiden"
# Treasurer
"peace"
# PRO
"amymucko"
# HSO
"skyapples" "skyapples"
"generically"
] ]
# Committee - OCM # Committee - OCM
++ [ ++ [
"connormc"
"cordlesscoder"
"dca_"
"eliza" "eliza"
"amymucko" "emilyrutai"
"archiedms" "generically"
"kaiden" "mysticwolf"
"nanda"
"rituk_0817"
"sunny"
"tatabbyi"
] ]
# Committee - SISTEM # Committee - SISTEM
++ [ ++ []
"peace"
"milan"
]
# Admins are part of Committee as well # Admins are part of Committee as well
++ cfg.admin ++ cfg.admin
); );
@ -78,8 +87,6 @@ in {
"evanc" "evanc"
"eliza" "eliza"
"esy" "esy"
# for temp reasons
"peace"
]; ];
trainee = []; trainee = [];
lifetime = []; lifetime = [];

8
flake.lock generated
View file

@ -148,11 +148,11 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1758582048, "lastModified": 1758222226,
"narHash": "sha256-SIt6rPXx7O3YMrEw8YrwHNMjOrrJLu/Tf1sMll1Qp9A=", "narHash": "sha256-/PkJgIquoXAnh7LgiYp41XGkg3s8ET+TMJELtYrMNVg=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "4d825caf25cb966ddb5ce33a0e9b2aa73b0262c6", "rev": "a4213f2d3ae4558270fc01090715e3b11ca37f94",
"revCount": 130, "revCount": 128,
"type": "git", "type": "git",
"url": "https://forgejo.skynet.ie/Computer_Society/presentations_compsoc" "url": "https://forgejo.skynet.ie/Computer_Society/presentations_compsoc"
}, },