Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 944 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 944 Bytes

This project is a campus mapping thing.

Dev

This project uses nix to provide a reproducible development environment. Go to https://nixos.org/ to see how you can get nix.

To enter a development shell run nix-shell in the working directory.

niv

niv is used to update nix sources in the repo.

Use niv update to update all sources.

obelisk

This project uses obelisk check it out for dev tools and patterns.

Language server

The shell.nix provides rnix-lsp a nix language server. In your editor of choice you can make use of this language server.

For vscode open the project with nix-shell --run 'code . or use Nix Environment Selector.

Checkout rnix-lsp's README.md for how to integrate with your editor.

TODO