add flake.nix#version field

This commit is contained in:
do butterflies cry? 2026-02-13 15:58:04 +10:00
parent 5e6223d299
commit 7ad231ae5c

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.