1
0
Fork 0

Unstable steam

This commit is contained in:
Malte Brandy 2021-05-29 10:33:53 +02:00
parent 0d535a09ab
commit 6592693425
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -5,5 +5,6 @@ let
import self.sources.nixos-unstable { config.allowUnfree = true; };
in
{
inherit (unfree) discord factorio steam zoom-us skypeforlinux google-chrome minecraft;
inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft;
inherit (unstableUnfree) steam;
}