mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 14:14:20 +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/";
|
homepage = "https://www.nushell.sh/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ Br1ght0ne johntitor marsam ];
|
maintainers = with maintainers; [ Br1ght0ne johntitor marsam ];
|
||||||
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
|
|
||||||
mainProgram = "nu";
|
mainProgram = "nu";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user