Replies: 3 comments 1 reply
|
Your I find that using Justfile (with args) for common stuff is enough for me. |
0 replies
|
maybe related #7, try that "nix flake"-command compatibility layer. How is speed using that ? |
1 reply
|
Found this: https://github.com/dtomvan/flake-parts-noflake see their results.txt maybe worth adding trix and/or Den |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a question about the best way to connect all of these libraries together so that the DX is similar to flakes. Namely, here's my goals:
nix develop)..envrcfile.flake-parts-modulestemplate to define the devshell.I've been successful with
nix develop -f . devShells.aarch64-darwin.defaultas a way to kick-start my devshell. But I'd obviously like to be able to start it with a shorter command and without having to handwrite the system each time.Any thoughts on how to make all these wonderful things work together?
All reactions