mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
add todo
This commit is contained in:
parent
285657c2c2
commit
c642e2764d
1 changed files with 2 additions and 3 deletions
5
todo.md
5
todo.md
|
@ -2,13 +2,12 @@
|
||||||
|
|
||||||
## oizys
|
## oizys
|
||||||
|
|
||||||
- [ ] build failures are reported on the command line for `oizys ci update` as 'build successful'
|
|
||||||
|
|
||||||
Could make an `oizys check` command:
|
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".
|
- `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("_"))`
|
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
|
## software
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue