7 lines
55 B
Nix
7 lines
55 B
Nix
{
|
|
lib
|
|
}:
|
|
with lib;
|
|
{
|
|
enable = mkEnableOpt "Fish";
|
|
} |