tvl-depot/users/wpcarro/nixos/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
183 B
Nix
Raw Normal View History

{ depot, ... }:
let systemFor = sys: (depot.ops.nixos.nixosFor sys).system;
in {
marcusSystem = systemFor depot.users.wpcarro.nixos.marcus;
meta.targets = [ "marcusSystem" ];
}