flake.nix: overlay linuxPackages

This commit is contained in:
2025-03-28 00:41:00 +01:00
parent ea11dbb6ae
commit dc66ec321a

View File

@@ -91,6 +91,10 @@
pkgs = nonrecursive-unstable-pkgs;
})
(_: _: {
linuxPackages_latest = nonrecursive-unstable-pkgs.linuxPackages_latest;
})
(final: prev: {
mpd = prev.mpd.overrideAttrs (prev': {
version = "v0.23.16-unstable";