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

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