This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
Tristan Daniël Maat d8f81c4a78
Update to NixOS 22.05
2022-06-20 14:43:03 +01:00
nix Update to nixos-unstable 2021-04-11 05:57:15 +01:00
src Fix typo in CSS 2021-04-11 05:57:17 +01:00
.dir-locals.el Introduce new parcel-based world order 2020-02-29 15:23:04 +00:00
.eslintrc.json Fix linting problems 2021-04-07 23:20:12 +01:00
.gitignore Introduce new parcel-based world order 2020-02-29 15:23:04 +00:00
.parcelrc Update dependencies 2020-05-31 03:54:38 +01:00
.posthtmlrc Fix typo in web manifest 2021-04-11 06:01:55 +01:00
README.md Introduce nix flake 2021-04-07 23:14:58 +01:00
flake.lock Update to NixOS 22.05 2022-06-20 14:43:03 +01:00
flake.nix Update to NixOS 22.05 2022-06-20 14:43:03 +01:00
package-lock.json Update to nixos-unstable 2021-04-11 05:57:15 +01:00
package.json Update to nixos-unstable 2021-04-11 05:57:15 +01:00
tsconfig.json Switch to react-redux for the music player 2020-05-31 03:54:34 +01:00

README.md

tlaternet-templates

Website templates bundled with parcel.

Updating

Firstly, updating the npm dependencies needs:

npm update --package-lock-only

After that, the NixOS derivations can be updated by running generate.sh in the nix subdirectory.

Note

Sharp 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