v0.5.0 #84
vic
announced in
Announcements
v0.5.0
#84
Replies: 0 comments
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.
-
Flake output schemas powered by flake-file!
See the Traditional Flakes getting started guide. We also have a new
templates/minimalshowcasing the result of our bootstrap command:Now the bootstrap command is simpler, just do:
mv flake.nix flake-file.nix # make your existing flake dynamic! nix-shell https://github.com/vic/flake-file/archive/main.zip -A flake-file.sh --run bootstrapWorks on Lix, CppNix, DetNix, because it is just the Nix
lib.typesat work.Checkout the template, change the
hellooutput and runnix flake check, no new check derivation, no custom nix-runtime, just plain old nix modules.A new
write-lockcommandSuggested by @drupol at Nix Discourse. This command detects the locking mechanism you are using and delegates to the corresponding
write-*app.Nixlock flake url schemes
Nixlock does not support flake url schemes, so flake-file translates our very common flake urls into the attrset needed for nixlock to work.
What's Changed
Full Changelog: v0.4.0...v0.5.0
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions