saiph: removing nix-shell to avoid its use!!

This commit is contained in:
Sandra 2020-10-01 17:50:07 +02:00
parent dcf64bd1f6
commit cec7a280c0

View File

@ -1,15 +0,0 @@
with (import ../../default.nix);
with bsc;
stdenv.mkDerivation rec {
name = "shell";
buildInputs = [
clangOmpss2
impi
nanos6
tampi
vtk
boost
ministat
];
}