Skip to content

Commit 491714d

Browse files
authored
flake: fix typo (#1456)
1 parent f61de70 commit 491714d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
};
6565

6666
# Required to link build scripts.
67-
pkgsBuildBuild = [ buildPackages.stdenv.cc ];
67+
depsBuildBuild = [ buildPackages.stdenv.cc ];
6868

6969
env = {
7070
# For whatever reason, these don’t seem to get set

0 commit comments

Comments
 (0)