1
1
mirror of https://github.com/divnix/digga.git synced 2024-11-20 11:30:46 +03:00
digga/modules/nixos-modules.nix
Chris Montgomery dec17c20e1
refactor: isolate exported modules to host-type-specific files
darwin should not export a `bootstrapIso` module, for example, because
this requires building unsupported packages.
2022-04-24 12:25:47 -04:00

5 lines
88 B
Nix

{
nixConfig = import ./nix-config.nix;
bootstrapIso = import ./bootstrap-iso.nix;
}