Skip to content

Commit 7610adc

Browse files
authored
Update shell.nix
1 parent 7771420 commit 7610adc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

shell.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@
44
};
55
}
66
}:
7-
87
pkgs.mkShell {
98
buildInputs = with pkgs; [
10-
119
vscode
1210
gcc
1311
openblas
1412
openmpi
15-
# valgrind
1613
cloc
1714
tree
1815
doxygen
@@ -29,15 +26,13 @@ pkgs.mkShell {
2926
pyzmq
3027
pybind11
3128
]))
32-
3329
] ++ (with llvmPackages_19; [
3430
mlir
3531
clang
3632
llvm
3733
libclang
3834
openmp
3935
]);
40-
4136
shellHook = ''
4237
if [ ! -d .venv ]; then
4338
echo "[+] Creating .venv..."
@@ -48,4 +43,4 @@ pkgs.mkShell {
4843
source .venv/bin/activate
4944
fi
5045
'';
51-
}
46+
}

0 commit comments

Comments
 (0)