Remove strace from isolate stage

This commit is contained in:
Rodrigo Arias Mallo 2020-10-09 19:50:28 +02:00
parent 1b703bd431
commit 27bc977590

View File

@ -2,7 +2,6 @@
stdenv
, nixtools
, busybox
, strace
, garlicTools
}:
@ -18,10 +17,6 @@ stdenv.mkDerivation {
name = "isolate";
preferLocalBuild = true;
phases = [ "unpackPhase" "installPhase" ];
buildInputs = [
#nixtools
#strace
];
src = ./.;
dontPatchShebangs = true;
programPath = "/bin/stage1";