11 lines
76 B
Nix
11 lines
76 B
Nix
{
|
|
config,
|
|
...
|
|
}:
|
|
let
|
|
in
|
|
{
|
|
flake.modules.nixos."hosts/wsl" = {
|
|
|
|
};
|
|
}
|