We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5723dff + 2567706 commit d60ba4aCopy full SHA for d60ba4a
lenovo/legion/16ach6h/edid/default.nix
@@ -7,7 +7,7 @@
7
8
let
9
# This file was obtained from the display while "DDG" mode was enabled.
10
- chip_edid = pkgs.runCommandNoCC "chip_edid" { } ''
+ chip_edid = pkgs.runCommand "chip_edid" { } ''
11
mkdir -p $out/lib/firmware/edid
12
cp ${./16ach6h.bin} $out/lib/firmware/edid/16ach6h.bin
13
'';
0 commit comments