forked from lix-project/lix
48cea0d01e
other simplifications. * Use <nix/...> to locate the corepkgs. This allows them to be overriden through $NIX_PATH. * Use bash's pipefail option in the NAR builder so that we don't need to create a temporary file.
12 lines
324 B
Makefile
12 lines
324 B
Makefile
SUBDIRS = channels
|
|
|
|
all-local: config.nix
|
|
|
|
install-exec-local:
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
|
|
$(INSTALL_DATA) config.nix $(srcdir)/nar.nix $(srcdir)/buildenv.nix $(srcdir)/buildenv.pl $(DESTDIR)$(datadir)/nix/corepkgs
|
|
|
|
include ../substitute.mk
|
|
|
|
EXTRA_DIST = config.nix.in nar.nix buildenv.nix buildenv.pl
|