fix: workaround for environment.noXlibs and nixos

test VM

See: https://github.com/NixOS/nixpkgs/issues/265675
This commit is contained in:
teutat3s 2024-01-06 13:07:28 +01:00
parent e8d06d76e1
commit bc8d34f238
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -26,6 +26,10 @@
self.overlays.pythonOverlay
agenix.overlays.default
devshell.overlays.default
# https://github.com/NixOS/nixpkgs/issues/265675#issuecomment-1846591842
(final: prev: {
pipewire = prev.pipewire.override { ffadoSupport = false; };
})
];
}
);