Skip to content

Commit

Permalink
cargo: Should be supported on all Linux platforms now
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Feb 3, 2018
1 parent 3753608 commit 3effd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/rust/cargo.nix
Expand Up @@ -61,6 +61,6 @@ rustPlatform.buildRustPackage rec {
description = "Downloads your Rust project's dependencies and builds your project";
maintainers = with maintainers; [ wizeman retrry ];
license = [ licenses.mit licenses.asl20 ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
platforms = platforms.unix;
};
}

0 comments on commit 3effd5b

Please sign in to comment.