Skip to content

Commit

Permalink
linux-firmware-jupiter: hack hack
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 17, 2024
1 parent e5c6aed commit bb69165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/linux-firmware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ linux-firmware.overrideAttrs(_: rec {
rev = "jupiter-${version}";
hash = "sha256-mqBREldC1/nRzjDyPCneeMhDSW4w4VTH2K4F2IDYVxo=";
};

# FIXME: workaround newer linux-firmware needing `install dedup`
# and this linux-firmware being too old to have `dedup`
installTargets = [ "install" ];
})

0 comments on commit bb69165

Please sign in to comment.