diff --git a/flake.lock b/flake.lock index a38a1aa..3ec945d 100644 --- a/flake.lock +++ b/flake.lock @@ -37,9 +37,14 @@ } }, "mix": { + "inputs": { + "nib": [ + "nib" + ] + }, "locked": { - "lastModified": 1768446523, - "narHash": "sha256-qnCAzSd9Mx2vTgoDDN8YaIfzebjbBffbqaPG+G97dWM=", + "lastModified": 1768446884, + "narHash": "sha256-LinPc6fsP8j5hczHSMqKLsyj0ZUqKdoVOsESa2q0WTE=", "path": "/home/me/agribit/nexus/mix", "type": "path" }, @@ -55,8 +60,8 @@ ] }, "locked": { - "lastModified": 1768446552, - "narHash": "sha256-2SrC9Jw/SytCT0mOjdu/u3F/DW0AUlBRWgHQ5rRWdKY=", + "lastModified": 1768446852, + "narHash": "sha256-n+MiQNdY9ySvKstU549Iwmn1ZVh3pwO9ILH0vMcvF/U=", "path": "/home/me/agribit/nexus/nib", "type": "path" }, diff --git a/flake.nix b/flake.nix index 7e341d2..fc9e7ea 100644 --- a/flake.nix +++ b/flake.nix @@ -26,8 +26,11 @@ inputs.systems.follows = "systems"; }; - # mix.url = "github:emilelcb/mix"; - mix.url = "/home/me/agribit/nexus/mix"; + mix = { + # url = "github:emilelcb/mix"; + url = "/home/me/agribit/nexus/mix"; + inputs.nib.follows = "nib"; + }; deploy-rs.url = "github:serokell/deploy-rs"; };