perso-desktop: Remove not required linux-firmware pin
All checks were successful
check / check (push) Successful in 35s
All checks were successful
check / check (push) Successful in 35s
This commit is contained in:
parent
793469ce6a
commit
b4c9cd4190
1 changed files with 0 additions and 17 deletions
|
@ -72,21 +72,4 @@
|
|||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
linux-firmware = super.linux-firmware.overrideAttrs (old: rec {
|
||||
pname = "linux-firmware";
|
||||
version = "20250625";
|
||||
src = super.fetchFromGitLab {
|
||||
owner = "kernel-firmware";
|
||||
repo = "linux-firmware";
|
||||
rev = "cbbce56d6dcc1ec8fb485dfb92c68cb9acd51410";
|
||||
hash = "sha256-7XN2g4cnHLnICs/ynt8dCpTJbbBkbOdtRm3by/XrDps=";
|
||||
};
|
||||
});
|
||||
})
|
||||
];
|
||||
|
||||
warnings = ["linux-firmware pinned to 20250625. Remove it when https://github.com/NixOS/nixpkgs/issues/419838 is fixed."];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue