From c642e2764d7209eb092fabac0bb15529f046a752 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sat, 25 Jan 2025 14:51:43 -0600 Subject: [PATCH] add todo --- todo.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/todo.md b/todo.md index b6f0e38..8072c0a 100644 --- a/todo.md +++ b/todo.md @@ -2,13 +2,12 @@ ## oizys -- [ ] build failures are reported on the command line for `oizys ci update` as 'build successful' - Could make an `oizys check` command: +- `utils hash` given some flake-url or path attempt to build and extract "got: " string - `check lock` could encapsulate any diagnostic code I want to run that does things like check for too many "inputs". essentially getting the same output as this `jq < flake.lock '.nodes | keys[] | select(contains("_"))` -- `check cache ` check for the narinfo in my cache given some nix store path +- `utils cache ` check for the narinfo in my cache given some nix store path ## software