892493a4788a ^
8de5d093d8e3 ^
af7cbf64e566 ^
fe243d32fe9a ^
1 2 3
4
5
6
# Configure the local PATH to contain tools which are fetched ad-hoc # from Nix. export PATH="${PWD}/bin:${PATH}" export NIX_PATH="nixpkgs=${PWD}/default.nix" export REPO_ROOT="${PWD}"