mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
gem-nix: change platforms to unix, tested on OS X
This commit is contained in:
parent
6e6dc04a6b
commit
05e2859ab6
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "gem nix command in a nice wrapper";
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user