fix: workaround for environment.noXlibs and nixos

test VM

See: https://github.com/NixOS/nixpkgs/issues/265675
pull/1/head
teutat3s 2024-01-06 13:07:28 +01:00
parent e8d06d76e1
commit bc8d34f238
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 4 additions and 0 deletions

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; };
})
];
}
);