Replies: 3 comments
-
off-line discussion: @sellout noted:
totally agree :-) |
Beta Was this translation helpful? Give feedback.
0 replies
-
good progress in providing composable overlays and shells for different use cases. |
Beta Was this translation helpful? Give feedback.
0 replies
-
as #66 matures, now we have full nix builds. We can reduce build time much by using nix cache server like cachix. |
Beta Was this translation helpful? Give feedback.
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.
-
As of Nix 2.4, nix has a built-in mechanisms for pinning and updating dependencies (channel-like mechanism, but locked)
I am experimenting this with my other project (https://github.com/wavewave/fficxx-projects) and like it as a great one-liner tool for providing user experiments.
old style nix packaging can coexist with new flake.nix.
I will do some exploration in my branch and let you know about that.
Beta Was this translation helpful? Give feedback.
All reactions