about summary refs log tree commit diff
path: root/src/nix/local.mk
blob: f6e7073b6e7daa3003786e329bfe8a0b598950a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
programs += nix

nix_DIR := $(d)

nix_SOURCES := $(wildcard $(d)/*.cc)

nix_LIBS = libexpr libmain libstore libutil libformat

$(eval $(call install-symlink, nix, $(bindir)/nix-hash))