We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7d1e4 commit b1d2cc2Copy full SHA for b1d2cc2
day15/derivation.nix
@@ -5,7 +5,7 @@
5
6
buildPhase = ''
7
mkdir -p out
8
- $CXX -o out/day15 day15.cpp
+ $CXX -o out/day15 -std=c++20 day15.cpp
9
'';
10
11
installPhase = ''
0 commit comments