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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -45,3 +45,6 @@ Thumbs.db
|
||||
|
||||
# Keep JSONL exports (source of truth for git)
|
||||
!.beads/*.jsonl
|
||||
|
||||
# Ignore nix result
|
||||
result
|
||||
|
||||
Reference in New Issue
Block a user