mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: update inputs
This commit is contained in:
parent
e632c1e01f
commit
a87e4f741c
2 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue