From 7ad231ae5cff510894ab0bf8932cff5781ae58c9 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 13 Feb 2026 15:58:04 +1000 Subject: [PATCH] add flake.nix#version field --- cerulean/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cerulean/default.nix b/cerulean/default.nix index 68846bf..06492f8 100644 --- a/cerulean/default.nix +++ b/cerulean/default.nix @@ -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.