about summary refs log tree commit diff
path: root/sys/default.nix
blob: 204165ca1e69efc945c6094a5281560c29bd6919 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
let
  nixos = import ../modules;
  buildSystem = configuration: (nixos { inherit configuration; }).system;

in

{
  atuin = buildSystem ./atuin.nix;
  hoshi = buildSystem ./hoshi.nix;
  mbp = buildSystem ./mbp.nix;
}