Skip to content

Instantly share code, notes, and snippets.

@jluttine
Created April 3, 2019 07:59
Show Gist options
  • Save jluttine/d12ebf32c29f288b65ceeb843490288a to your computer and use it in GitHub Desktop.
Save jluttine/d12ebf32c29f288b65ceeb843490288a to your computer and use it in GitHub Desktop.
#!/bin/sh
set -x
cd $HOME
${pkgs.nix}/bin/nix-build \
-I nixpkgs=${pkgs.path} \
-A analytics \
--out-link result
result/bin/jupyter-labhub $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment