Archived
1
0
forked from rarias/bscpkgs

Remove unused test for exec stage

This commit is contained in:
2020-10-15 18:52:50 +02:00
parent f33137a55e
commit be0506bc21

View File

@@ -302,12 +302,6 @@ let
};
};
};
test = {
exec = callPackage ./test/garlic/exec.nix {
exec = self.bsc.garlic.stages.exec;
};
};
};
};