Break out nix package definition into a default.nix (#105)

* Fix autostart test to work in nix sandbox

* Break out a default.nix to make consuming this package easier

The flake is great for local development, but creates overhead and
duplication when pulling it in on another machine. With the default.nix,
the flake continues to work as before, but consumers can callPackage directly
with their own nixpkgs.

* Break out a default.nix to make consuming this package easier

The flake is great for local development, but creates overhead and
duplication when pulling it in on another machine. With the default.nix,
the flake continues to work as before, but consumers can callPackage directly
with their own nixpkgs.
This commit is contained in:
Zoe Gagnon
2025-10-22 14:30:57 -04:00
committed by GitHub
parent 7e2acb0237
commit fb2881c47b
4 changed files with 63 additions and 54 deletions

3
.gitignore vendored
View File

@@ -45,3 +45,6 @@ Thumbs.db
# Keep JSONL exports (source of truth for git)
!.beads/*.jsonl
# Ignore nix result
result