nix: update inputs

This commit is contained in:
Primrose 2025-04-12 13:55:17 +02:00
parent e632c1e01f
commit a87e4f741c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 9 additions and 9 deletions

View file

@ -53,7 +53,7 @@ let
else emptyArgWithWarning;
in
builtins.fetchGit
({ url = spec.repo; inherit (spec) rev; inherit ref; } // submoduleArg);
({ url = spec.repo; inherit (spec) rev; inherit ref; allRefs = true; } // submoduleArg);
fetch_local = spec: spec.path;