factorio: use explicit default values, remove override in all-packages.nix (#484585)

This commit is contained in:
Luke Granger-Brown
2026-01-28 00:54:43 +00:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
libxkbcommon,
makeDesktopItem,
makeWrapper,
releaseType,
releaseType ? "alpha",
stdenv,
wayland,
-2
View File
@@ -12103,8 +12103,6 @@ with pkgs;
d2x-rebirth-full
;
factorio = callPackage ../by-name/fa/factorio/package.nix { releaseType = "alpha"; };
factorio-experimental = factorio.override {
releaseType = "alpha";
experimental = true;