From 5f1783b9bbf8458a3fe485cc26afe51513e20372 Mon Sep 17 00:00:00 2001 From: Val Packett Date: Thu, 4 Dec 2025 23:52:31 -0300 Subject: [PATCH] nix: update flake comment to mention --override-input --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7352d48..5f76bec 100644 --- a/flake.nix +++ b/flake.nix @@ -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;