Compare commits

..

No commits in common. "14e899476b4df4c7572d043550e42736ad3efc0c" and "d45446b41047eb591bac9f09a11343c9081105a3" have entirely different histories.

2 changed files with 11 additions and 9 deletions

View file

@ -1,12 +1,14 @@
{pkgs, lib, ...}: { {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ # nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"factorio-headless" # "factorio-headless"
]; # ];
services.factorio = { services.factorio = let
enable = true; factorio-nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/7e35ac30ea1d236419653182559367ecd8a30675.tar.gz") {
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/ab224822391f803e3b58c65f753162361e769075.tar.gz") {
config.allowUnfree = true; config.allowUnfree = true;
}).factorio-headless; };
in {
enable = true;
package = factorio-nixpkgs.factorio-headless;
openFirewall = true; openFirewall = true;
nonBlockingSaving = true; nonBlockingSaving = true;
game-name = "Chandler's Factorio Server"; game-name = "Chandler's Factorio Server";

View file

@ -136,7 +136,7 @@
gnome-sound-recorder gnome-sound-recorder
inkscape inkscape
josm josm
kdePackages.kate kate
krita krita
kicad kicad
libreoffice-qt libreoffice-qt