@@ -1,31 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
# AUTO-UPDATE: nix-update --flake --version=branch=main linux-firmware-latest
|
||||
pkgs.stdenvNoCC.mkDerivation {
|
||||
pname = "linux-firmware";
|
||||
version = "20250708-unstable-2025-07-08";
|
||||
|
||||
src = pkgs.fetchFromGitLab {
|
||||
owner = "kernel-firmware";
|
||||
repo = "linux-firmware";
|
||||
rev = "99d64b4f788c16e81b6550ef94f43c6b91cfad2d";
|
||||
hash = "sha256-TJ97A9I0ipsqgg7ex3pAQgdhDJcLbkNCvuLppt9a07o=";
|
||||
};
|
||||
|
||||
postUnpack = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
python3
|
||||
rdfind
|
||||
which
|
||||
];
|
||||
|
||||
installTargets = [
|
||||
"install"
|
||||
"dedup"
|
||||
];
|
||||
|
||||
makeFlags = [ "DESTDIR=$(out)" ];
|
||||
dontFixup = true;
|
||||
}
|
Reference in New Issue
Block a user