Files
hacker1024 4a7fb2c8ea Revert "flutterPackages: refactor"
This reverts commit fe90d5a666.
2026-04-12 20:41:26 +10:00

13 lines
92 B
Nix

{
gtk3,
}:
{
buildInputs ? [ ],
...
}:
{
buildInputs = buildInputs ++ [ gtk3 ];
}