Avoid top-level with ...; in pkgs/games/koboredux/default.nix

This commit is contained in:
Philip Taron 2024-03-14 11:41:38 -07:00 committed by Valentin Gagarin
parent 9be6e22037
commit 3faad46374

View File

@ -10,9 +10,16 @@
, useProprietaryAssets ? true
}:
with lib;
let
inherit (lib)
and
licenses
maintainers
optional
optionalString
platforms
;
pname = "koboredux";
version = "0.7.5.1";