9 lines
71 B
Nix
9 lines
71 B
Nix
|
# Program-related modules
|
||
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
# FIXME
|
||
|
];
|
||
|
}
|