add nix flake and devShell
This commit is contained in:
parent
2b72fe99f6
commit
e87770f6ca
5 changed files with 97 additions and 2 deletions
13
README.md
13
README.md
|
@ -1,3 +1,12 @@
|
|||
# ese-website2
|
||||
# ESE Website
|
||||
|
||||
Neue ESE-Website
|
||||
This is the WIP rewrite of the ESE website.
|
||||
|
||||
## Building
|
||||
|
||||
(TODO)
|
||||
|
||||
## Nix DevShell
|
||||
A nix development shell that provides all required tools for developing and building the project is provided for convenience. Using it is by no means required, although we encourage it.
|
||||
|
||||
You can activate the devShell using `nix develop` – or automatically, whenever entering/leaving this project's directory, using direnv (run `direnv allow` once).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue