This commit is contained in:
Daylin Morgan 2025-01-23 13:06:29 -06:00
parent bc2bead9b1
commit 56b39450a3
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -5,6 +5,7 @@
Could make an `oizys check` command:
- `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
## software