mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
dub-to-nix: update recommended regen command
This commit is contained in:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user