Skip to content

Commit d60ba4a

Browse files
authored
Merge branch 'NixOS:master' into master
2 parents 5723dff + 2567706 commit d60ba4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lenovo/legion/16ach6h/edid/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
let
99
# This file was obtained from the display while "DDG" mode was enabled.
10-
chip_edid = pkgs.runCommandNoCC "chip_edid" { } ''
10+
chip_edid = pkgs.runCommand "chip_edid" { } ''
1111
mkdir -p $out/lib/firmware/edid
1212
cp ${./16ach6h.bin} $out/lib/firmware/edid/16ach6h.bin
1313
'';

0 commit comments

Comments
 (0)