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": { "mix": {
"inputs": {
"nib": [
"nib"
]
},
"locked": { "locked": {
"lastModified": 1768446523, "lastModified": 1768446884,
"narHash": "sha256-qnCAzSd9Mx2vTgoDDN8YaIfzebjbBffbqaPG+G97dWM=", "narHash": "sha256-LinPc6fsP8j5hczHSMqKLsyj0ZUqKdoVOsESa2q0WTE=",
"path": "/home/me/agribit/nexus/mix", "path": "/home/me/agribit/nexus/mix",
"type": "path" "type": "path"
}, },
@ -55,8 +60,8 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1768446552, "lastModified": 1768446852,
"narHash": "sha256-2SrC9Jw/SytCT0mOjdu/u3F/DW0AUlBRWgHQ5rRWdKY=", "narHash": "sha256-n+MiQNdY9ySvKstU549Iwmn1ZVh3pwO9ILH0vMcvF/U=",
"path": "/home/me/agribit/nexus/nib", "path": "/home/me/agribit/nexus/nib",
"type": "path" "type": "path"
}, },

View file

@ -26,8 +26,11 @@
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };
# mix.url = "github:emilelcb/mix"; mix = {
mix.url = "/home/me/agribit/nexus/mix"; # url = "github:emilelcb/mix";
url = "/home/me/agribit/nexus/mix";
inputs.nib.follows = "nib";
};
deploy-rs.url = "github:serokell/deploy-rs"; deploy-rs.url = "github:serokell/deploy-rs";
}; };