about summary refs log blame commit diff
path: root/users/tazjin/nixos/default.nix
blob: a1651a9d296d11c7dfc19cd96046ac9058bf901c (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
 
                                                           
    


                                                               
 
                                                                     
 
{ depot, lib, ... }:

let systemFor = sys: (depot.ops.nixos.nixosFor sys).system;
in {
  camdenSystem = systemFor depot.users.tazjin.nixos.camden;
  frogSystem = systemFor depot.users.tazjin.nixos.frog;
  tverskoySystem = systemFor depot.users.tazjin.nixos.tverskoy;

  meta.ci.targets = [ "camdenSystem" "frogSystem" "tverskoySystem" ];
}