* Show default outputs
Following https://github.com/NixOS/nix/pull/6242, we now have access to
default outputs so we can single them out in the frontend.
We can also drop `--out-path`, which speeds up import quite a lot and
doesn't require increasing swap space or allowing broken/unfree
packages anymore.
* Use nixUnstable in CI
* Bump VERSION
* add direnv support
* elm format
* use flake-utils
* remove unused parts of the code
* only use one workflow to import things
* Build flake-info in separate job
* DEBUG
* Revert "DEBUG"
This reverts commit 6c335e6bd2ba450f1891efe70dfd9bb95f300b31.
* RUST_LOG is a runtime thing