The official website of Xinux.
Make sure flakes are enabled (already enabled on Xinux). If not, add this to your configuration.nix or flake.nix:
nix.settings.experimental-features = [ "nix-command" "flakes" ];Enter the dev shell (automatically runs pnpm install and sets up PATH):
nix developStart the dev server:
pnpm devThe site will be available at http://localhost:3000.
Build the Nix package (produces a static export in ./result/ folder):
nix buildInstall dependencies:
pnpm installStart dev server:
pnpm devThe site will be available at http://localhost:3000.
Build for production:
pnpm buildTODO: @orzklv keep identicity of posts before start-using-home-manager.nix