aboutsummaryrefslogtreecommitdiffstats
path: root/overlays/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-07-15 11:51:41 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-07-15 11:51:41 -0700
commit9c9b7c8b64ea6e153b2a4289e3d9bcce6ab4e3ab (patch)
treee813fe570f4207aaa1c89ff204623f80cf3e6331 /overlays/default.nix
parentd62f27e0128d77065f44887fa5194f606c9cd324 (diff)
downloadnix-9c9b7c8b64ea6e153b2a4289e3d9bcce6ab4e3ab.tar
nix-9c9b7c8b64ea6e153b2a4289e3d9bcce6ab4e3ab.tar.gz
nix-9c9b7c8b64ea6e153b2a4289e3d9bcce6ab4e3ab.tar.bz2
nix-9c9b7c8b64ea6e153b2a4289e3d9bcce6ab4e3ab.tar.lz
nix-9c9b7c8b64ea6e153b2a4289e3d9bcce6ab4e3ab.tar.xz
nix-9c9b7c8b64ea6e153b2a4289e3d9bcce6ab4e3ab.tar.zst
nix-9c9b7c8b64ea6e153b2a4289e3d9bcce6ab4e3ab.zip
Add linux-firmware from master @caladan
Diffstat (limited to 'overlays/default.nix')
-rw-r--r--overlays/default.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 8678cae..8d34f91 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -30,16 +30,16 @@
'';
});
- linux-firmware = prev.linux-firmware.overrideAttrs (old: rec {
- pname = "linux-firmware";
- version = "20250708";
- src = prev.fetchFromGitLab {
- owner = "kernel-firmware";
- repo = "linux-firmware";
- rev = "99d64b4f788c16e81b6550ef94f43c6b91cfad2d";
- hash = "sha256-TJ97A9I0ipsqgg7ex3pAQgdhDJcLbkNCvuLppt9a07o=";
- };
- });
+ #linux-firmware = prev.linux-firmware.overrideAttrs (old: rec {
+ # pname = "linux-firmware";
+ # version = "20250708";
+ # src = prev.fetchFromGitLab {
+ # owner = "kernel-firmware";
+ # repo = "linux-firmware";
+ # rev = "99d64b4f788c16e81b6550ef94f43c6b91cfad2d";
+ # hash = "sha256-TJ97A9I0ipsqgg7ex3pAQgdhDJcLbkNCvuLppt9a07o=";
+ # };
+ #});
};
#"67e692392-packages" = final: _prev: {