···2020 description = "Bulk, parallel insert of CSV records into PostgreSQL";
2121 homepage = http://github.com/timescale/timescaledb-parallel-copy;
2222 license = licenses.asl20;
2323- platforms = platforms.linux;
2323+ platforms = platforms.unix;
2424 maintainers = with maintainers; [ thoughtpolice ];
2525 };
2626}
+1-1
pkgs/development/tools/deis/default.nix
···2929 homepage = https://deis.io;
3030 description = "A command line utility used to interact with the Deis open source PaaS.";
3131 license = licenses.asl20;
3232- platforms = platforms.linux;
3232+ platforms = platforms.unix;
3333 maintainers = with maintainers; [
3434 jgeerds
3535 ];
+1-1
pkgs/development/tools/deisctl/default.nix
···2323 homepage = https://deis.io;
2424 description = "A command-line utility used to provision and operate a Deis cluster.";
2525 license = licenses.asl20;
2626- platforms = platforms.linux;
2626+ platforms = platforms.unix;
2727 maintainers = with maintainers; [
2828 jgeerds
2929 ];
···2525 run jobs as if they were running on the hosted CirleCI application.
2626 '';
2727 maintainers = with maintainers; [ synthetica ];
2828- platforms = platforms.linux;
2828+ platforms = platforms.unix;
2929 license = licenses.mit;
3030 homepage = https://circleci.com/;
3131 };
···5151 maintainers = with maintainers; [ hodapp ];
5252 # TODO: Fix broken build on macOS. The GitHub presently lists the
5353 # FreeBSD build as broken too, but this may change in the future.
5454- platforms = platforms.linux;
5454+ platforms = platforms.unix;
5555 };
5656}