1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/corepkgs/local.mk

12 lines
314 B
Makefile
Raw Normal View History

2018-11-29 13:18:36 -05:00
corepkgs_FILES = \
buildenv.nix \
unpack-channel.nix \
derivation.nix \
fetchurl.nix \
imported-drv-to-derivation.nix \
default-installation-source.nix
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
2014-02-01 06:23:14 -05:00
template-files += $(d)/config.nix