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

8 lines
159 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-09-28 01:52:53 +00:00
inherit (unstable) gomuks;
2020-06-02 00:06:20 +00:00
}