···2424 description = "Automatically convert your existing AutoScaling groups to up to 90% cheaper spot instances with minimal configuration changes";2525 license = licenses.free;2626 maintainers = [ maintainers.costrouc ];2727- platforms = platforms.linux;2727+ platforms = platforms.unix;2828 };29293030}
+1-1
pkgs/applications/misc/cointop/default.nix
···2424 The interface is inspired by htop and shortcut keys are inspired by vim.2525 '';2626 homepage = https://cointop.sh;2727- platforms = stdenv.lib.platforms.linux; # cannot test others2727+ platforms = stdenv.lib.platforms.unix; # cannot test others2828 maintainers = [ ];2929 license = stdenv.lib.licenses.asl20;3030 };
···1717 meta = with stdenv.lib; {1818 homepage = https://github.com/prasmussen/gdrive;1919 description = "A command line utility for interacting with Google Drive";2020- platforms = platforms.linux;2020+ platforms = platforms.unix;2121 license = licenses.mit;2222 maintainers = [ maintainers.rzetterberg ];2323 };
···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 jgeerds3535 ];
+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 jgeerds2929 ];
+1-1
pkgs/development/tools/go-protobuf/default.nix
···1919 description = " Go bindings for protocol buffer";2020 maintainers = with maintainers; [ lewo ];2121 license = licenses.bsd3;2222- platforms = platforms.linux;2222+ platforms = platforms.unix;2323 };2424}
···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 the5353 # FreeBSD build as broken too, but this may change in the future.5454- platforms = platforms.linux;5454+ platforms = platforms.unix;5555 };5656}
···1919 description = "Export entries from systemd's journal and send them to a graylog server using gelf";2020 license = licenses.bsd2;2121 maintainers = with maintainers; [ fadenb fpletz globin ];2222- platforms = platforms.linux;2222+ platforms = platforms.unix;2323 };2424}