llynx: bundle firmware

This commit is contained in:
Zynh Ludwig 2025-03-05 00:38:12 -08:00
parent 2146928006
commit e89f973696
5 changed files with 1 additions and 16 deletions

View file

@ -1,18 +1,5 @@
{
"nodes": {
"asahi-firmware": {
"flake": false,
"locked": {
"lastModified": 1740623884,
"narHash": "sha256-EC7otspAW72ODgn4Sl19w2UNMZE+RKk2aoJhyBhEoNA=",
"path": "/boot/asahi",
"type": "path"
},
"original": {
"path": "/boot/asahi",
"type": "path"
}
},
"backgrounds": {
"inputs": {
"nixpkgs": [
@ -808,7 +795,6 @@
},
"root": {
"inputs": {
"asahi-firmware": "asahi-firmware",
"backgrounds": "backgrounds",
"chaotic": "chaotic",
"deploy-rs": "deploy-rs",

View file

@ -24,7 +24,6 @@
umu = { url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix"; inputs.nixpkgs.follows = "nixpkgs"; };
nixos-apple-silicon = { url = "github:tpwrules/nixos-apple-silicon"; };
asahi-firmware = { url = "/boot/asahi"; flake = false; };
deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; };
};

Binary file not shown.

Binary file not shown.

View file

@ -11,7 +11,7 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
hardware.asahi.peripheralFirmwareDirectory = inputs.asahi-firmware; # FIXME: flake input?
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
hardware.asahi.useExperimentalGPUDriver = true;
fileSystems."/" = {