chore(flake): update inputs
This commit is contained in:
parent
75570d67df
commit
33cab5d19e
3 changed files with 28 additions and 41 deletions
10
flake.nix
10
flake.nix
|
@ -68,16 +68,6 @@
|
|||
};
|
||||
buildInputs = old.buildInputs ++ [ self.wayland-protocols ];
|
||||
});
|
||||
xwayland = super.xwayland.overrideAttrs (old: rec {
|
||||
version = "21.1.3";
|
||||
src = self.fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "xorg";
|
||||
repo = "xserver";
|
||||
rev = "xwayland-21.1.3";
|
||||
sha256 = "VnFzKyxg/6gVBg+bHTwDbUwCQHWt04gmiaAFLSwg7XA=";
|
||||
};
|
||||
});
|
||||
};
|
||||
neovim = self: super:
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue