summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir/factorio.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir/factorio.nix b/ymir/factorio.nix
index 576b0f6f..c638659c 100644
--- a/ymir/factorio.nix
+++ b/ymir/factorio.nix
@@ -79,4 +79,6 @@ in {
79 ]; 79 ];
80 autosave-interval = 10; 80 autosave-interval = 10;
81 }; 81 };
82
83 nixpkgs.config.allowUnfree = true;
82} 84}