llynx: bundle firmware
This commit is contained in:
parent
2146928006
commit
e89f973696
5 changed files with 1 additions and 16 deletions
14
flake.lock
14
flake.lock
|
@ -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",
|
||||
|
|
|
@ -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"; };
|
||||
};
|
||||
|
|
BIN
hosts/llynx/firmware/all_firmware.tar.gz
Executable file
BIN
hosts/llynx/firmware/all_firmware.tar.gz
Executable file
Binary file not shown.
BIN
hosts/llynx/firmware/kernelcache.release.mac14g
Executable file
BIN
hosts/llynx/firmware/kernelcache.release.mac14g
Executable file
Binary file not shown.
|
@ -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."/" = {
|
||||
|
|
Loading…
Reference in a new issue