feat(wpcarro/marcus): Add marcus to the depot
me: marcus, meet depot. depot, meet marcus. Change-Id: Ic6a25ac85e4c7f6dfea2a42b46a4400f92df70a2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4351 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
ca56cb2d9f
commit
1ca4c6d2be
4 changed files with 134 additions and 0 deletions
7
users/wpcarro/nixos/default.nix
Normal file
7
users/wpcarro/nixos/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ depot, lib, ... }:
|
||||
|
||||
let systemFor = sys: (depot.ops.nixos.nixosFor sys).system;
|
||||
in {
|
||||
marcusSystem = systemFor depot.users.wpcarro.nixos.marcus;
|
||||
meta.targets = [ "marcusSystem" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue