8 lines
129 B
Nix
8 lines
129 B
Nix
|
# the builder pc (my laptop) will also require the sources i use to deploy
|
||
|
# other boxes
|
||
|
{
|
||
|
imports = [
|
||
|
./musnix.nix
|
||
|
];
|
||
|
}
|