From dc69b17c29998da62ee944a1d840266c787eee2c Mon Sep 17 00:00:00 2001 From: _cry64 Date: Thu, 15 Jan 2026 12:49:41 +1000 Subject: [PATCH] add missing input "mix" --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index be08ecc..94a4094 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,8 @@ inputs.systems.follows = "systems"; }; + mix.url = "github:emilelcb/mix"; + deploy-rs.url = "github:serokell/deploy-rs"; };