Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

dub-to-nix: update recommended regen command

+1 -1
+1 -1
pkgs/build-support/dlang/dub-to-nix/dub-to-nix.py
··· 13 13 14 14 if not os.path.exists("dub.selections.json"): 15 15 eprint("The file `dub.selections.json` does not exist in the current working directory") 16 - eprint("run `dub upgrade --annotate` to generate it") 16 + eprint("run `dub upgrade` to generate it") 17 17 sys.exit(1) 18 18 19 19 with open("dub.selections.json") as f: