factorio: use explicit default values, remove override in all-packages.nix

This commit is contained in:
Aliaksandr
2026-01-27 19:38:19 -05:00
committed by Michael Daniels
parent 763b61d17b
commit 47ab051dab
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;