Skip to content

add nix support

bree requested to merge revolt-bree/january:nix into master

To use, enable nix flakes.

Then many nix commands are available for use, such as:

  • nix run: for running the project.
  • nix build: for building the project. The result will be in the result/bin directory.
  • nix shell: for creating an instance of the shell with the specified dependencies.
Edited by bree

Merge request reports