Factorio + some refactoring
This commit is contained in:
parent
70e37a959e
commit
ae4a5f6886
6 changed files with 12 additions and 14 deletions
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, unstable, ... }: {
|
||||
environment.systemPackages = with unstable; [
|
||||
{ pkgs, pkgs-unstable, ... }: {
|
||||
|
||||
environment.systemPackages = with pkgs-unstable; [
|
||||
(factorio.override {
|
||||
username = "";
|
||||
token = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue