Skip to content

Commit 62f4bcf

Browse files
committed
feat: Use update format for stdenv
1 parent 4e09ee2 commit 62f4bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
commonArgs =
6464
{
6565
inherit src;
66-
stdenv = pkgs.clangStdenv;
66+
stdenv = p: p.clangStdenv;
6767
pname = "ddcbacklight";
6868
doCheck = false;
6969
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";

0 commit comments

Comments
 (0)