We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfaaf3 commit fb26285Copy full SHA for fb26285
src/nix/env.cc
@@ -1,6 +1,7 @@
1
-#include <unordered_set>
2
#include <queue>
3
+#include <boost/unordered/unordered_flat_set.hpp>
4
+
5
#include "nix/cmd/command.hh"
6
#include "nix/expr/eval.hh"
7
#include "run.hh"
0 commit comments