11 lines
135 B
Nix
11 lines
135 B
Nix
{u, ...}: {
|
|
system.stateVersion = "24.11";
|
|
imports = u.umport {
|
|
path = ./.;
|
|
|
|
exclude = [
|
|
./default.nix
|
|
];
|
|
};
|
|
}
|