this post was submitted on 20 Mar 2026
6 points (100.0% liked)
Nix / NixOS
2735 readers
1 users here now
Main links
Videos
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You could add the source code of fluxer as a flake input (with flake=false) Then pass that down to the derivation with src=inputs.fluxer-src-name-you-chose.
Then everytime you update that flake input you get the latest version at that point in time. I did something similar here: pdfcat-nix (also works if you use a flake as input with your package in it, but overwrite the flake input to use the latest version without updating the flake lock of the input flake)
You can also check out the way I did automatic version generation based on last commit date and commit hash in blleding-edge.nix