This commit is contained in:
Daylin Morgan 2025-01-25 14:51:43 -06:00
parent 285657c2c2
commit c642e2764d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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: <hash>" 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 <path>` check for the narinfo in my cache given some nix store path
- `utils cache <path>` check for the narinfo in my cache given some nix store path
## software