9b3374b091
Change-Id: I7770b58c44a5700e86c80d1058e89e9fa65d719b Reviewed-on: https://cl.tvl.fyi/c/depot/+/4686 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi>
21 lines
252 B
Nix
21 lines
252 B
Nix
{ depot, ... }:
|
|
|
|
(with depot.ops.machines; [
|
|
whitby
|
|
]) ++
|
|
|
|
(with depot.users.tazjin.nixos; [
|
|
camden
|
|
frog
|
|
tverskoy
|
|
]) ++
|
|
|
|
(with depot.users.grfn.system.system; [
|
|
yeren
|
|
mugwump
|
|
]) ++
|
|
|
|
(with depot.users.wpcarro.nixos; [
|
|
diogenes
|
|
marcus
|
|
])
|