chore(flake): update inputs

This commit is contained in:
Felix Schröter 2021-11-27 20:12:22 +01:00
parent e0f55dfb08
commit ca1cbbfa85
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 27 additions and 43 deletions

View file

@ -54,21 +54,6 @@
, nvim-ts-context-commentstring, nvim-lspfuzzy }@inputs:
let
overlays = {
# newer packages that support NVIDIA's GBM Wayland backend
wayland = self: super: {
egl-wayland = super.egl-wayland.overrideAttrs (old: rec {
pname = "egl-wayland";
version = "1.1.9-master";
name = "${pname}-${version}";
src = self.fetchFromGitHub {
owner = "Nvidia";
repo = "egl-wayland";
rev = "daab8546eca8428543a4d958a2c53fc747f70672";
sha256 = "IrLeqBW74mzo2OOd5GzUPDcqaxrsoJABwYyuKTGtPsw=";
};
buildInputs = old.buildInputs ++ [ self.wayland-protocols ];
});
};
neovim = self: super:
let
buildVimPlugin = name: input:
@ -109,7 +94,6 @@
modules = [ nixosModules.flakeDefaults ];
overlays = [
nur.overlay
overlays.wayland
overlays.neovim
overlays.deconz
overlays.pop-shell