Skip to content

Commit

Permalink
Update raspberry-pi/4/pkgs-overlays.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Majiir Paktu <[email protected]>
Signed-off-by: Florian Brandes <[email protected]>
  • Loading branch information
gador and Majiir committed Oct 8, 2023
1 parent 0a7b7f1 commit c4da481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
29 changes: 0 additions & 29 deletions raspberry-pi/4/compile-overlays-dtmerge.nix

This file was deleted.

5 changes: 3 additions & 2 deletions raspberry-pi/4/pkgs-overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
let
cfg = config.hardware.raspberry-pi."4".apply-overlays-dtmerge;
dt_ao_overlay = _final: prev: {
deviceTree.applyOverlays = prev.callPackage ./apply-overlays-dtmerge.nix { };
deviceTree.compileDTS = prev.callPackage ./compile-overlays-dtmerge.nix { };
deviceTree = prev.deviceTree // {
applyOverlays = prev.callPackage ./apply-overlays-dtmerge.nix { };
};
};
in {
options.hardware = {
Expand Down

0 comments on commit c4da481

Please sign in to comment.