about summary refs log tree commit diff
path: root/users/wpcarro/nixos/default.nix
blob: b1a878c95a0763072971a0b4dee03742acf4572b (plain) (blame)
1
2
3
4
5
6
7
8
{ depot, ... }:

let systemFor = sys: (depot.ops.nixos.nixosFor sys).system;
in {
  marcusSystem = systemFor depot.users.wpcarro.nixos.marcus;

  meta.targets = [ "marcusSystem" ];
}