Skip to content

v1.4: devShell support

Compare
Choose a tag to compare
@RossSmyth RossSmyth released this 10 Apr 05:31
· 33 commits to main since this release

Per the discussion in #7 support for devShells has been added. Thanks @augu5te!

  1. Internally, rather than setting up the environment in the build shell, it now creates a wrapper around Typst. This wrapper is added to the environment when a shell is created 903728d
  2. A devShell was added to the template b2c2107

Minor:

  1. Added test to ensure normals FODs will always work c7465f9
  2. Switched to nixpkgs-fmt from Alejandra 67cb7c0
  3. Deprecated the typstPatches attribute