1
0
Fork 0

Install factorio

This commit is contained in:
Malte Brandy 2020-07-07 17:40:36 +02:00
parent ec2d316e1e
commit 39c97a03c8
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,11 @@
};
home.packages = builtins.attrValues {
factorio = pkgs.unstableUnfree.factorio.override {
username = "maralorn";
token = import ../../nixos/machines/apollo/secret/factory.nix;
experimental = true;
};
inherit (pkgs.unfree) steam;
inherit (pkgs) minetest;
inherit (pkgs.wineWowPackages) staging;

Binary file not shown.

View file

@ -3,4 +3,5 @@ if super.config.allowUnfree or false then
{ }
else {
unfree = import self.sources.nixpkgs { config.allowUnfree = true; };
unstableUnfree = import self.sources.unstable { config.allowUnfree = true; };
}