chore(flake): update inputs
This commit is contained in:
parent
e0f55dfb08
commit
ca1cbbfa85
2 changed files with 27 additions and 43 deletions
16
flake.nix
16
flake.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue