This commit is contained in:
Osman Faruk Bayram 2025-11-07 10:21:58 +03:00
parent dcf2aeeee1
commit 6cc7853d1d
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
{
# Some packages (ahci fail... this bypasses that) https://discourse.nixos.org/t/does-pkgs-linuxpackages-rpi3-build-all-required-kernel-modules/42509
nixpkgs.overlays = [
(final: super: {
(_final: super: {
makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; });
})
];

View file

@ -6,7 +6,7 @@
{
# Some packages (ahci fail... this bypasses that) https://discourse.nixos.org/t/does-pkgs-linuxpackages-rpi3-build-all-required-kernel-modules/42509
nixpkgs.overlays = [
(final: super: {
(_final: super: {
makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; });
})
];