Skip to content
Discussion options

You must be logged in to vote

Hey @sshine, you don't have to enable the flake experimental feature to use flake-parts.

flake-parts has no hard dependency on nix-flakes per-se, flake-parts is just another module providing its own module-options and some helpers. So it is absolutely possible to use it without flakes. My own initial experiments on this are at https://github.com/denful/dendritic-unflake/tree/main/templates/flake-parts

We do have an unflake example in Den but that one uses lib.evalModules (to show using Den without flake-parts), my vic/vix repo uses flake-parts and I use npins + with-inputs, I previously used unflake, but decided to go simpler with npins.

you might want also to take a look at the different…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sshine
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #561 on May 20, 2026 19:47.