mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
8 lines
226 B
Makefile
8 lines
226 B
Makefile
corepkgs_FILES = \
|
|
unpack-channel.nix \
|
|
derivation.nix \
|
|
fetchurl.nix
|
|
|
|
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
|
|
|
|
template-files += $(d)/config.nix
|