This repository contains the Nix Suite. It is based on nova-extension-utils. This readme is developer documentation, the user documentation can be found over here.
This repository is a Nix Flake, you'll need the Nix package manager installed. To build the extension, use
nix build --impure
This will generate a symlink result that will contain the extension.
Open that in a Nova window to test or publish it.
See nova-extension-utils for details.