add flake.nix#version field

This commit is contained in:
do butterflies cry? 2026-02-13 15:58:04 +10:00
parent 9334235142
commit 369041869a

View file

@ -21,6 +21,8 @@ mix.newMixture inputs (mixture: {
./nexus
];
version = "0.1.0";
overlays = [
# build deploy-rs as a package not from the flake input,
# hence we can rely on a nixpkg binary cache.