nix flake show
kind of obscures the table thingy
It seems in general that a lot of the stuff that only ever ran under nix3 manually offset their verbosities to compensate for the lower default log level? So after d0390b5cf I guess they need to…
This shouldn't be too hard. The :
commands currently are hardcoded (lol) in src/libcmd/repl.cc
in NixRepl::processLine()
. We just need to shove the list of possible colon commands in…
nix search
This is our fault; caused by nix3: always use the same verbosity default (info). Will fix
resolve-system-dependencies
Wait this was fixed by Meson? What was resolve-system-dependencies then?
We have this basically working; just need to clean it up and make sure the logic doesn't break anything else
seems like the module is assuming Lix HEAD where we changed the pkg-config stuff. I guess we need to do some version detection
Addresses but does not close #305, as we still need an indicator for frozen fetches.
Thanks, Forgejo.