koboredux: move to by-name/

This commit is contained in:
pancaek
2025-10-22 15:36:23 -07:00
parent cc333161fb
commit cd8c669559
2 changed files with 3 additions and 7 deletions

View File

@@ -14,7 +14,6 @@
let
inherit (lib)
and
licenses
maintainers
optional
@@ -27,8 +26,8 @@ let
main_src = fetchFromGitHub {
owner = "olofson";
repo = pname;
rev = "v${version}";
repo = "koboredux";
tag = "v${version}";
sha256 = "09h9r65z8bar2z89s09j6px0gdq355kjf38rmd85xb2aqwnm6xig";
};

View File

@@ -13125,7 +13125,6 @@ with pkgs;
dfhack = dwarf-fortress-packages.dwarf-fortress-full;
inherit (callPackages ../by-name/dx/dxx-rebirth/assets.nix { })
descent1-assets
descent2-assets
@@ -13215,9 +13214,7 @@ with pkgs;
backend = "tensorrt";
};
koboredux = callPackage ../games/koboredux { };
koboredux-free = callPackage ../games/koboredux {
koboredux-free = callPackage ../by-name/ko/koboredux/package.nix {
useProprietaryAssets = false;
};