nushell: sets main program

This commit is contained in:
legendofmiracles 2021-04-27 13:44:53 +02:00
parent 72a8c2c813
commit 2dc6743ba7
No known key found for this signature in database
GPG key ID: 19B082B3DEFE5451

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 = {