mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-12 05:40:05 +00:00
13 lines
87 B
Nix
13 lines
87 B
Nix
{
|
|
lib,
|
|
config,
|
|
osConfig,
|
|
namespace,
|
|
...
|
|
}:
|
|
let
|
|
inherit (lib) mkIf;
|
|
in
|
|
{
|
|
|
|
}
|