mirror of
https://github.com/divnix/digga.git
synced 2024-11-20 11:30:46 +03:00
dec17c20e1
darwin should not export a `bootstrapIso` module, for example, because this requires building unsupported packages.
5 lines
88 B
Nix
5 lines
88 B
Nix
{
|
|
nixConfig = import ./nix-config.nix;
|
|
bootstrapIso = import ./bootstrap-iso.nix;
|
|
}
|