1
0
Fork 0

Unbump steam

This commit is contained in:
Malte Brandy 2021-06-02 00:01:43 +02:00
parent 973b8942f8
commit 56793acd7d
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,10 +1,8 @@
self: super:
let
unfree = import self.sources."${self.nixpkgs-channel}" { config.allowUnfree = true; };
unstableUnfree =
import self.sources.nixos-unstable { config.allowUnfree = true; };
# unstableUnfree = import self.sources.nixos-unstable { config.allowUnfree = true; };
in
{
inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer;
inherit (unstableUnfree) steam;
inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer steam;
}