systant/.claude/skills
ryan af4606c40b feat: add NixOS module and proper Nix packaging
- nix/package.nix: two-phase build with fixed-output derivation for deps
- nix/nixos-module.nix: systemd service with systant.enable and systant.configFile
- flake.nix: expose nixosModules.default and overlays.default

Usage in NixOS config:
  systant.enable = true;
  systant.configFile = ./systant.toml;

When deps change, update hash: nix build .#systant 2>&1 | grep 'got:'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 20:19:27 -08:00
..
build.md feat: add NixOS module and proper Nix packaging 2026-01-19 20:19:27 -08:00
plan.md Initial systant implementation in Bun/TypeScript 2026-01-19 19:52:47 -08:00
release.md Initial systant implementation in Bun/TypeScript 2026-01-19 19:52:47 -08:00
test.md Initial systant implementation in Bun/TypeScript 2026-01-19 19:52:47 -08:00
typecheck.md Initial systant implementation in Bun/TypeScript 2026-01-19 19:52:47 -08:00