Commit Graph

14 Commits

Author SHA1 Message Date
cat 61c6b5d78e treewide: use internal pipe for nix command
This essentially does the same thing underneath the hood but the API is less painful to use, and it makes more sense in this use case.
2025-07-15 01:14:27 +09:00
cat b79eeea0db instantiated: rename Drv method to Instantiated
This avoids confusion with actual derivation structs.
2025-07-14 22:34:44 +09:00
cat 1c968c1e36 build: wrap nix build
These things currently require manual testing unfortunately since writing a nix stub would take a long time.
2025-07-14 22:10:48 +09:00
cat f052e0b98a format: nix command constants 2025-07-14 21:45:55 +09:00
cat 7312efa1fc apply WTFPL license
This project doesn't deserve any other license :3
2025-07-14 20:17:28 +09:00
cat d470e770ff instantiated: embed decoder in evaluator
This makes it easier to directly parse nix output via the decoder interface.
2025-07-14 20:03:30 +09:00
cat c1cdd0b559 instantiated: attach decode function to decoder 2025-07-14 19:05:16 +09:00
cat 93f447163d instantiated: implement decoding iterator 2025-07-14 19:00:11 +09:00
cat edac902c7f format: wrap nix command 2025-07-14 18:26:49 +09:00
cat a9d0130474 cmd/nixbuild: implement command frontend 2025-07-14 04:36:06 +09:00
cat beff1e98d8 instantiated: expose stderr output 2025-07-14 04:34:53 +09:00
cat 826860697d instantiated: connect stdout 2025-07-14 04:12:30 +09:00
cat 2b5a2f26db instantiated: parse instantiated messages 2025-07-14 02:52:25 +09:00
cat 7a6404165e format: format nixos installable 2025-07-13 23:55:04 +09:00