bert, oscar: Update factorio to 2.0.43

This commit is contained in:
Chandler Swift 2025-04-01 16:33:03 -05:00
parent 44b11c451b
commit 6e1bd44ee0
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
];
services.factorio = {
enable = true;
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/e47e7cdafffab8b74c2878e02c37696dfcdebca0.tar.gz") {
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/aa2922b69f0245008d93e9edf9f34894db724d89.tar.gz") {
config.allowUnfree = true;
}).factorio-headless;
openFirewall = true;

View file

@ -178,7 +178,7 @@
# Unfree:
discord
(import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/e47e7cdafffab8b74c2878e02c37696dfcdebca0.tar.gz") {
(import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/aa2922b69f0245008d93e9edf9f34894db724d89.tar.gz") {
config.allowUnfree = true;
}).factorio-space-age
];