1
0
Fork 0
nixos-config/overlays/10-previews.nix

8 lines
168 B
Nix
Raw Normal View History

2020-05-21 23:13:42 +00:00
self: super:
let
2020-06-02 02:54:02 +00:00
unstable = import self.sources.unstable { };
2020-07-17 11:17:17 +00:00
nixpkgs-master = import self.sources.nixpkgs-master { };
2020-06-02 02:54:02 +00:00
in {
2020-11-19 22:18:20 +00:00
inherit (unstable) gomuks syncplay;
2020-06-02 00:06:20 +00:00
}