1
0
Fork 0

Adapt previews

This commit is contained in:
Malte Brandy 2020-06-06 16:44:29 +02:00
parent 7daabb6c91
commit 737d4ffdc1
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,12 +1,10 @@
self: super:
let
unstable = import self.sources.unstable { };
master = import super.sources.nixpkgs-master { };
in {
gnome3 = super.gnome3 // {
inherit (unstable.gnome3) gnome-keyring seahorse gdm;
};
inherit (unstable)
neovim vimPlugins syncthing nerdfonts; # riot-desktop;
inherit (master) go-neb;
neovim vimPlugins syncthing nerdfonts ormolu go-neb; # riot-desktop;
}