12 lines
349 B
Makefile
12 lines
349 B
Makefile
all-local: config.nix
|
|
|
|
files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix \
|
|
imported-drv-to-derivation.nix
|
|
|
|
install-exec-local:
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
|
|
$(INSTALL_DATA) config.nix $(files) $(DESTDIR)$(datadir)/nix/corepkgs
|
|
|
|
include ../substitute.mk
|
|
|
|
EXTRA_DIST = config.nix.in $(files)
|