DashNix/nix/hardware/spaceship/default.nix
2024-04-18 21:10:51 +02:00

6 lines
67 B
Nix

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