dub-to-nix: update recommended regen command

This commit is contained in:
TomaSajt
2024-09-20 23:26:41 +02:00
parent 223f611353
commit fc16ae75ec
@@ -13,7 +13,7 @@ def eprint(text: str):
if not os.path.exists("dub.selections.json"):
eprint("The file `dub.selections.json` does not exist in the current working directory")
eprint("run `dub upgrade --annotate` to generate it")
eprint("run `dub upgrade` to generate it")
sys.exit(1)
with open("dub.selections.json") as f: