Replies: 3 comments 1 reply
-
|
Your I find that using Justfile (with args) for common stuff is enough for me. |
Beta Was this translation helpful? Give feedback.
-
|
maybe related #7, try that "nix flake"-command compatibility layer. How is speed using that ? |
Beta Was this translation helpful? Give feedback.
-
|
Found this: https://github.com/dtomvan/flake-parts-noflake see their results.txt maybe worth adding trix and/or Den |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions