We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3db1131 + fc16ae7 commit 44d7484Copy full SHA for 44d7484
pkgs/build-support/dlang/dub-to-nix/dub-to-nix.py
@@ -13,7 +13,7 @@ def eprint(text: str):
13
14
if not os.path.exists("dub.selections.json"):
15
eprint("The file `dub.selections.json` does not exist in the current working directory")
16
- eprint("run `dub upgrade --annotate` to generate it")
+ eprint("run `dub upgrade` to generate it")
17
sys.exit(1)
18
19
with open("dub.selections.json") as f:
0 commit comments