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: self: super:
let let
unfree = import self.sources."${self.nixpkgs-channel}" { config.allowUnfree = true; }; unfree = import self.sources."${self.nixpkgs-channel}" { config.allowUnfree = true; };
unstableUnfree = # unstableUnfree = import self.sources.nixos-unstable { config.allowUnfree = true; };
import self.sources.nixos-unstable { config.allowUnfree = true; };
in in
{ {
inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer; inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer steam;
inherit (unstableUnfree) steam;
} }