nix: update flake comment to mention --override-input

This commit is contained in:
Val Packett 2025-12-04 23:52:31 -03:00
parent c7ec9872ca
commit 5f1783b9bb

View file

@ -12,8 +12,7 @@
sidebus.url = "git+https://git.clan.lol/clan/sidebus?shallow=1&ref=main";
sidebus.inputs.nixpkgs.follows = "nixpkgs";
# Sources for packages (replaces git submodules)
# Pinned to the same commits as the original submodules
# To override with local checkouts during development, use the --override-input CLI flag!
muvm-src = {
url = "github:valpackett/muvm/3ec4c90bbfb6d0111f91b898a7f17deb562f4f92";
flake = false;