summaryrefslogtreecommitdiff
path: root/Makefile
blob: 71ec2f9812d55994f890d1ac157c19c53f3b4f79 (plain) (blame)
1
2
3
4
5
NIX_PATH=nixpkgs=https://releases.nixos.org/nixos/19.09/nixos-19.09.840.8bf142e001b/nixexprs.tar.xz
.PHONY: build

build:
	NIX_PATH=$(NIX_PATH) nix-shell --pure --run "python distances.py"