1
0
Fork 0

Fix element

This commit is contained in:
Malte Brandy 2020-07-17 13:17:17 +02:00
parent 66cf9ce777
commit 3c08e2759e
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,11 +1,13 @@
self: super:
let
unstable = import self.sources.unstable { };
nixpkgs-master = import self.sources.nixpkgs-master { };
in {
systemd-next = unstable.systemd;
gnome3 = super.gnome3 // {
inherit (unstable.gnome3) gnome-keyring seahorse gdm;
};
inherit (unstable)
aqbanking neovim vimPlugins syncthing nerdfonts ormolu ghcid go-neb element-web element-desktop;
aqbanking neovim vimPlugins syncthing nerdfonts ormolu ghcid go-neb;
inherit (nixpkgs-master) element-web element-desktop;
}