Skip to content

Instantly share code, notes, and snippets.

@MostAwesomeDude
Created August 22, 2017 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MostAwesomeDude/be0bc41792d49a2887dd4100b54ca08a to your computer and use it in GitHub Desktop.
Save MostAwesomeDude/be0bc41792d49a2887dd4100b54ca08a to your computer and use it in GitHub Desktop.
FROM lnl7/nix:2017-06-17
# Set up Monte first.
RUN nix-channel --add https://hydra.matador.cloud/project/monte/channel/latest monte
RUN nix-channel --update
RUN nix-env -iA monte.monte
RUN nix-env -iA nixpkgs.{git,findutils}
WORKDIR /app
RUN git clone https://github.com/MostAwesomeDude/airbrus
RUN cd airbrus && monte build
CMD airbrus/result/bin/airbrus -n airbrus monte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment