Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.14 KB

mat-chalmers

Build Status

Lunch menus on Chalmers in Gothenburg. Issues and pull requests welcome.

Hacking

git clone https://github.com/dtekcth/mat-chalmers.git
cd mat-chalmers
cabal update
cabal build         # (or cabal run)

If you're using NixOS (or just Nix package manager), use the following instructions to get a development environment running:

nix develop         # Download dependencies and start a dev-shell with everything setup

Or, to build everything:

nix build           # (or nix run)

Pro-tip, to get shorter build times, consider using Cachix and use the jassob or pingu cache:

cachix use jassob   # Only needed once
cachix use pingu    # Probably more up to date as of 5/6-24

Credits

Favicon made by Freepik from www.flaticon.com is licensed by CC BY 3.0