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

{
  chupacabra = (depot.third_party.nixos {
    configuration = import ./machines/chupacabra.nix;
  }).system;
}