clean up packages

This commit is contained in:
Daniel Olsen
2020-07-20 02:48:14 +02:00
parent 6fe8c8b9a6
commit eda5040438
12 changed files with 1 additions and 5418 deletions

View File

@@ -4,7 +4,6 @@
}:
let
host =
rustPlatform.buildRustPackage rec {
pname = "radical-native";
@@ -35,13 +34,8 @@ let
}
'';
};
in
buildEnv {
name = "radical-nativeFull";
paths = [ host manifest ];
}