Introduce nix flake

This commit is contained in:
Tristan Daniël Maat 2021-04-07 21:41:11 +01:00
parent cb0f25e577
commit 541c96806a
Signed by: tlater
GPG key ID: 49670FD774E43268
13 changed files with 12130 additions and 45 deletions

32
README.md Normal file
View file

@ -0,0 +1,32 @@
# tlaternet-templates
Website templates bundled with parcel.
## Updating
Firstly, updating the npm dependencies needs:
```sh
npm update --package-lock-only
```
After that, the NixOS derivations can be updated by running
`generate.sh` in the `nix` subdirectory.
### Note
[Sharp](https://github.com/lovell/sharp/releases) is gloriously hard
to install, because it depends on the most cutting-edge patch version
of `vips`.
Check which version it needs in the `package.json` of sharp, and then
match this up which major sharp version matches up to which OS version
of vips.
Known versions:
| Sharp | vips | NixOS |
| ----: | ---------: | ----: |
| 28.* | 8.10.6 | |
| 27.* | 8.10.5 | 21.05 |
| 26.* | 8.10.0 | 20.09 |