Merge pull request #120852 from legendofmiracles/master

nushell: sets main program
This commit is contained in:
Sandro 2021-04-27 14:05:00 +02:00 committed by GitHub
commit 64f74c5979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne johntitor marsam ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
mainProgram = "nu";
};
passthru = {