wow
This commit is contained in:
parent
93afa55129
commit
49dd63d928
2 changed files with 21 additions and 11 deletions
|
|
@ -94,6 +94,13 @@
|
|||
inputs.millennium.overlays.default
|
||||
(import ./overlays/spotx.nix)
|
||||
(final: prev: {
|
||||
vulkan-validation-layers = prev.vulkan-validation-layers.overrideAttrs (old: {
|
||||
cmakeFlags = (old.cmakeFlags or [ ]) ++ [
|
||||
# Fixed upstream; keep this until the locked nixpkgs includes it.
|
||||
"-DUPDATE_DEPS=OFF"
|
||||
];
|
||||
});
|
||||
|
||||
pythonPackagesExtensions = (prev.pythonPackagesExtensions or [ ]) ++ [
|
||||
(python-final: python-prev: {
|
||||
uefi-firmware-parser = python-prev.uefi-firmware-parser.overridePythonAttrs (old: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue