PortValhalla/lib/modules/partition.nix

6 lines
58 B
Nix

{ ... }: {
imports = [
./partition/disks.nix
];
}