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": {
|
"nodes": {
|
||||||
"asahi-firmware": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1740623884,
|
|
||||||
"narHash": "sha256-EC7otspAW72ODgn4Sl19w2UNMZE+RKk2aoJhyBhEoNA=",
|
|
||||||
"path": "/boot/asahi",
|
|
||||||
"type": "path"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"path": "/boot/asahi",
|
|
||||||
"type": "path"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"backgrounds": {
|
"backgrounds": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -808,7 +795,6 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"asahi-firmware": "asahi-firmware",
|
|
||||||
"backgrounds": "backgrounds",
|
"backgrounds": "backgrounds",
|
||||||
"chaotic": "chaotic",
|
"chaotic": "chaotic",
|
||||||
"deploy-rs": "deploy-rs",
|
"deploy-rs": "deploy-rs",
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
umu = { url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix"; inputs.nixpkgs.follows = "nixpkgs"; };
|
umu = { url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix"; inputs.nixpkgs.follows = "nixpkgs"; };
|
||||||
|
|
||||||
nixos-apple-silicon = { url = "github:tpwrules/nixos-apple-silicon"; };
|
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"; };
|
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.kernelModules = [ ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
hardware.asahi.peripheralFirmwareDirectory = inputs.asahi-firmware; # FIXME: flake input?
|
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
|
||||||
hardware.asahi.useExperimentalGPUDriver = true;
|
hardware.asahi.useExperimentalGPUDriver = true;
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
|
|
Loading…
Reference in a new issue