Build artifacts with Nix
Some parts of Franklyn expose real build artifacts as flake packages.
Build commands are run from the repository root.
Build the server artifact
nix build .#franklyn-serverPackage definition: server/default.nix
Build the sentinel artifact(s)
nix build .#franklyn-sentinel
nix build .#franklyn-sentinel-debPackage definitions: sentinel/default.nix
Last updated on • J.H.F.