diff options
Diffstat (limited to '.nix/adaptive-cpp.nix')
| -rw-r--r-- | .nix/adaptive-cpp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.nix/adaptive-cpp.nix b/.nix/adaptive-cpp.nix index a39d9b7..6537889 100644 --- a/.nix/adaptive-cpp.nix +++ b/.nix/adaptive-cpp.nix @@ -1,11 +1,11 @@ { lib , stdenv +, llvmPackages +, lld , fetchFromGitHub , cmake , makeWrapper , boost -, llvmPackages -, lld , python3 }: |
