DashNix/nix/hardware/spaceship/default.nix

6 lines
63 B
Nix

{
imports = [
./spaceship.nix
./configuration.nix
];
}