n/akamanto: import the rpi5 overlay
CI / aarch64-linux (push) Has been skipped Details
CI / x86_64-linux (push) Has been skipped Details

[skip-ci]
main
Ari Gerus 2024-03-26 08:41:01 +01:00
parent f2e8a205bc
commit 312ab47062
2 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,8 @@ in {
common
# inputs.impermanence.nixosModule
];
nixpkgs.overlays = [ inputs.self.overlays.rpi5 ];
# don't want to pull in all of installer stuff, so we need to copy some things from sd-image-aarch64.nix:
sdImage = {

View File

@ -1,4 +1,4 @@
self: super: {
self: super: rec {
linux_rpi5 = self.callPackage ../pkgs/linux_rpi/linux-rpi.nix {
kernelPatches = with self.kernelPatches; [
bridge_stp_helper