myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

shell.nix (137B)


      1 { pkgs ? import <nixpkgs> {} }:
      2   pkgs.mkShell {
      3     nativeBuildInputs = with pkgs.buildPackages; [
      4       nodejs
      5       websocat
      6     ];
      7 }