Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
yarn: add platforms (#48912)
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 authored and xeji committed Oct 24, 2018
1 parent 2829d86 commit d0544a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/yarn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "Fast, reliable, and secure dependency management for javascript";
license = licenses.bsd2;
maintainers = [ maintainers.offline ];
platforms = platforms.linux ++ platforms.darwin;
};
}

0 comments on commit d0544a3

Please sign in to comment.