10 lines
102 B
Nix
10 lines
102 B
Nix
|
{u, ...}: {
|
||
|
imports = u.umport {
|
||
|
path = ./.;
|
||
|
|
||
|
exclude = [
|
||
|
./default.nix
|
||
|
];
|
||
|
};
|
||
|
}
|