Hacker News new | ask | show | jobs
by pxc 1838 days ago
You can also specify paths to local sources, of course! Instead of src = fetchgit... or whatever, you can just write

  src = ./some-source-dir;
or

  src = ./.;
or whatever