forked from axeman/erpnext-nix
fix: workaround for environment.noXlibs and nixos
test VM See: https://github.com/NixOS/nixpkgs/issues/265675
This commit is contained in:
parent
e8d06d76e1
commit
bc8d34f238
1 changed files with 4 additions and 0 deletions
|
@ -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; };
|
||||
})
|
||||
];
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue