Update inputs

This commit is contained in:
Paul-Henri Froidmont 2025-07-31 17:10:33 +02:00
parent 14ce02280d
commit 774273438f
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
5 changed files with 112 additions and 33 deletions

View file

@ -18,7 +18,14 @@ in
home = {
packages = with pkgs; [
(ncmpcpp.override { visualizerSupport = true; })
(
(ncmpcpp.override { visualizerSupport = true; })
# Duplicate fix until it makes its way in unstable
.overrideAttrs
(old: {
configureFlags = old.configureFlags ++ [ (lib.withFeatureAs true "boost" boost.dev) ];
})
)
mpc_cli
];