raspite: restore workaround for kernel mod
This commit is contained in:
parent
9de6269cb7
commit
effcdee7f9
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@
|
||||||
comin.enable = true;
|
comin.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
# Workaround https://github.com/NixOS/nixpkgs/issues/126755#issuecomment-869149243
|
||||||
|
(final: super: {
|
||||||
|
makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; });
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
|
|
Loading…
Add table
Reference in a new issue