inputs.mix.nib follow inputs.nib

This commit is contained in:
do butterflies cry? 2026-01-15 13:15:32 +10:00
parent 0321be7337
commit b1cc88115e
2 changed files with 14 additions and 6 deletions

13
flake.lock generated
View file

@ -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"
},

View file

@ -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";
};