bert, oscar: Update factorio package

This commit is contained in:
Chandler Swift 2025-06-05 20:01:26 -05:00
parent 004cc9649c
commit 9aaf08d02e
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/aa2922b69f0245008d93e9edf9f34894db724d89.tar.gz") {
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/348ec8c846cce39c467cac90ddbbc9ce9bf61bd8.tar.gz") {
config.allowUnfree = true;
}).factorio-headless;
openFirewall = true;