raspite: restore workaround for kernel mod

This commit is contained in:
xinyangli 2025-03-15 21:35:42 +08:00
parent 9de6269cb7
commit effcdee7f9
No known key found for this signature in database

View file

@ -14,6 +14,13 @@
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; [
git
libraspberrypi