mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
Merge pull request #124174 from prusnak/nushell
nushell: enable aarch64-darwin build
This commit is contained in:
commit
82035ff745
@ -55,7 +55,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://www.nushell.sh/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ Br1ght0ne johntitor marsam ];
|
||||
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
|
||||
mainProgram = "nu";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user