summaryrefslogtreecommitdiffstats
path: root/pkgs/games/factorio/default.nix
AgeCommit message (Collapse)Author
2022-11-01factorio: let us change mod settingsDaniel Hill
2022-10-31factorio: make it easier to supply a custom versions.jsonDaniel Hill
Signed-off-by: Daniel Hill <daniel@gluo.nz>
2022-06-30Merge pull request #164662 from infinisil/fetchurl-curlOpts-listRobert Hensing
fetchurl: Allow passing curl options with spaces
2022-06-10treewide/games,misc: add sourceType binaryNativeCode for many packagesRobert Scott
2022-04-26factorio: Use curlOptsList to fix warningSilvan Mosberger
2022-02-25treewide: switch all desktop file generators to new APIK900
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-10-27factorio: set pname (#143164)Kerstin
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-10Change all alsaLib references to alsa-libAndersonTorres
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob
2021-02-08factorio: change help message to output "$HOME"Jarrod Pas
Since $HOME was not escaped the user was shown a path inside /homeless-shelter which could be confusing for inexperienced users.
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob
2020-11-30factorio: add lukegb as maintainerLuke Granger-Brown
2020-11-30factorio: add an updateScriptLuke Granger-Brown
The updateScript knows how to automatically fetch and update the version data from the Factorio versions API (and update the hashes appropriately), which makes it easier to update whenever experimental does.
2020-11-28factorio-experimental, factorio-headless-experimental: 1.1.1 -> 1.1.2nyanotech
2020-11-25factorio-experimental, factorio-headless-experimental: 1.1.0 -> 1.1.1Luke Granger-Brown
2020-11-24Merge pull request #104732 from lukegb/factorio-fail-if-no-credsPavol Rusnak
factorio: fail fetch early if no credentials provided
2020-11-24factorio-experimental, factorio-headless-experimental: 1.0.0 -> 1.1.0Luke Granger-Brown
2020-11-24factorio: fail fetch early if no credentials providedLuke Granger-Brown
The download URL will redirect to the login page if credentials are not present, but will return an error if the credentials are wrong. Since we know we always expect credentials, we can fail the fetch in the preHook if they're not provided. We can't use e.g. builtins.throw because we want the fetchurl derivation to be evaluated in all cases - because that's the mechanism which allows you to just manually add the tarball to the Nix store.
2020-08-17factorio: update all x86_64 versions to 1.0.0Philipp Riegger
2020-08-14factorio: fix headless buildMartin Weinelt
2020-08-07factorio: add .desktop fileMartin Weinelt
2020-07-20factorio{,-headless}-experimental: 0.18.34 -> 0.18.36Philipp Riegger
2020-06-29factorio*: add priegger to maintainersPhilipp Riegger
2020-06-29factorio{,-headless}-experimental: 0.18.32 -> 0.18.34Philipp Riegger
2020-06-17factorio{,-headless}-experimental: 0.18.30 -> 0.18.32Philipp Riegger
2020-06-04factorio{,-headless}-experimental: 0.18.29 -> 0.18.30Philipp Riegger
2020-06-03factorio{,-headless}-experimental: 0.18.26 -> 0.18.29Philipp Riegger
2020-05-24factorio-{,headless}-experimental: 17.79 -> 18.26Justin Humm
also added myself as maintainer
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-03factorio: update all versions to 0.17.79Lengyel Balazs
and adds libpulseaudio as a dependency
2019-06-29factorio: experimental 0.17.32 -> 0.17.52 (#63890)Philipp Riegger
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-04-19factorio: alpha 0.17.16 -> 0.17.32Bart Bakker
2019-03-21factorio: experimental 0.17.14 → 0.17.16 (#58000)Artemis Tosini
2019-03-17factorio: experimental 0.17.12 → 0.17.14 (#57763)Artemis Tosini
2019-03-14factorio: experimental 0.17.11 → 0.17.12Artemis Tosini
2019-03-12factorio: experimental 0.17.6 → 0.17.11Artemis Tosini
2019-03-06factorio: experimental 0.17.5 → 0.17.6Artemis Tosini
2019-03-05factorio: experimental 0.17.2 → 0.17.5Artemis Tosini
2019-02-27factorio: experimental 0.17.1 → 0.17.2 (#56488)Artemis Tosini
2019-02-27factorio: experimental 0.16.51 -> 0.17.1 (#56437)Paul TREHIOU
2018-09-20factorio: experimental=true includes stable builds, when newerEric Litak
2018-09-20factorio: download using token, not passwordEric Litak
Downloads were broken by upstream devs' addition of CAPTCHA to the login form. We now need only a slightly modified fetchurl to retrieve the binary distribution.
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
It is deprecated and will be removed after 18.09.
2018-06-23factorio: 0.16.36 -> 0.16.51Michishige Kaito
2018-04-04factorio: 16.24 -> 16.36Michishige Kaito
Update all factorio packages to their latest version. The fact that the experimental version is lower than the alpha version is just because they haven't made an experimental release after the last stable.
2018-02-24treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev
2018-02-15factorio: refactor derivation to add experimental branch and upgrade to 0.16.24.Sean Parsons
Supports the experimental and stable branches of Factorio with a new configuration option "experimental".
2017-12-17factorio: 0.15.37 -> 0.15.40Shaun Sharples
stable is now 0.15.40 demo: 0.15.33 -> 0.15.36
2017-11-16factorio: 0.15.34 -> 0.15.37Neil Cecchini