summaryrefslogtreecommitdiffstats
path: root/pkgs/games/factorio
AgeCommit message (Collapse)Author
2020-12-04factorio-experimental, factorio-headless-experimental: 1.1.4 -> 1.1.5Luke Granger-Brown
2020-12-03factorio-experimental, factorio-headless-experimental: 1.1.3 → 1.1.4Luke Granger-Brown
2020-11-30factorio-experimental, factorio-headless-experimental: 1.1.2 -> 1.1.3Luke Granger-Brown
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-09Merge pull request #89440 from priegger/fix/factorio-mkModDirDrvNick Hu
factorio-utils: fix recursive mod dependency resolution
2020-06-04factorio{,-headless}-experimental: 0.18.29 -> 0.18.30Philipp Riegger
2020-06-04factorio-utils: fix recursive mod dependency resolutionPhilipp 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".
2018-01-10treewide: Fix deps in a few other fixed output derivationsJohn Ericson
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
2017-09-07factorio: fixup my eval fixup f9ea527a027Vladimír Čunát
2017-09-07factorio: use `throw` instead of `abort`Vladimír Čunát
Otherwise if you try to listing all available packages, you will get a hard error on platforms not supported by this package. Consequently the tarball job was broken.
2017-09-05factorio: 0.15.33 -> 0.15.34Eric Litak
2017-09-05factorio: refactored the arch+version abstractionEric Litak
2017-08-15Factorio: 0.15.31 -> 0.15.33Michael Peyton Jones