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 ./nexus
]; ];
version = "0.1.0";
overlays = [ overlays = [
# build deploy-rs as a package not from the flake input, # build deploy-rs as a package not from the flake input,
# hence we can rely on a nixpkg binary cache. # hence we can rely on a nixpkg binary cache.