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

View File

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