about summary refs log tree commit diff
path: root/ops/nixos/default.nix
blob: a0d7630d00e08cd69b809e14fc3a53ca5ec6abb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Most of the Nix expressions in this folder are NixOS modules, which
# are not readTree compatible.
#
# Some things (such as system configurations) are, and we import them
# here manually.
#
# TODO(tazjin): Find a more elegant solution for the whole module
# situation.
{ ... }@args:

{
  whitby = import ./whitby/default.nix args;
}