1
0
Fork 0
nixos-config/overlays/10-previews.nix
2020-11-20 19:05:51 +01:00

8 lines
168 B
Nix

self: super:
let
unstable = import self.sources.unstable { };
nixpkgs-master = import self.sources.nixpkgs-master { };
in {
inherit (unstable) gomuks syncplay;
}