Merge pull request #94281 from zowoq/go-rust-package

This commit is contained in:
Jörg Thalheim
2020-07-31 05:45:22 +01:00
committed by GitHub
21 changed files with 21 additions and 23 deletions
@@ -21,4 +21,3 @@ rustPlatform.buildRustPackage rec {
platforms = platforms.all; platforms = platforms.all;
}; };
} }
-1
View File
@@ -23,4 +23,3 @@ buildGoPackage rec {
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }