10 nodePackages = import ./node-packages.nix {
12 inherit (stdenv.hostPlatform) system;
15 ethercalc = lib.head (lib.attrValues nodePackages);
17 combined = ethercalc.override {
19 description = "Online collaborative spreadsheet";
20 license = with licenses; [ cpal10 artistic2 mit asl20 cc0 mpl20 ];
21 homepage = "https://github.com/audreyt/ethercalc";
22 maintainers = with maintainers; [ iblech ];
23 platforms = platforms.unix;