mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 02:06:16 +02:00
10 lines
184 B
Makefile
10 lines
184 B
Makefile
|
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))
|