Commit 8387c162 authored by Luke Granger-Brown's avatar Luke Granger-Brown
Browse files

factorio-space-age: name drv -space-age, rather than -experimental

parent a9522ff5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -176,7 +176,8 @@ let
  modDir = factorio-utils.mkModDirDrv mods mods-dat;

  base = with actual; {
    pname = "factorio-${releaseType}";
    # remap -expansion to -space-age to better match the attr name in nixpkgs.
    pname = "factorio-${if releaseType == "expansion" then "space-age" else releaseType}";
    inherit version src;

    preferLocalBuild = true;