Skip to content

Commit

Permalink
fix: Fix rp4 SD card image
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Aug 18, 2024
1 parent b83734f commit ccbb9cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions host-rp4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@
];

system.stateVersion = "23.11";

nixpkgs.overlays = [
(final: super: {
makeModulesClosure = x:
super.makeModulesClosure (x // { allowMissing = true; });
})
];
}

0 comments on commit ccbb9cd

Please sign in to comment.