mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-01 20:46:12 +01:00
6 lines
160 B
Nix
6 lines
160 B
Nix
|
{runCommand}:
|
||
|
runCommand "epdc.fw" {compressFirmware = false;} ''
|
||
|
mkdir -p $out/lib/firmware/imx/epdc
|
||
|
cp ${./epdc.fw} $out/lib/firmware/imx/epdc/epdc.fw
|
||
|
''
|