Skip to content

Commit 13cc234

Browse files
authored
'runCommandNoCC' has been renamed to/replaced by 'runCommand'
1 parent 43ffe9a commit 13cc234

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)