Rename Makefile -> local.mk
This commit is contained in:
parent
4a2ec9c659
commit
e0234dfddc
17 changed files with 16 additions and 16 deletions
5
corepkgs/local.mk
Normal file
5
corepkgs/local.mk
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
corepkgs_FILES = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix imported-drv-to-derivation.nix
|
||||
|
||||
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
|
||||
|
||||
template_files += $(d)/config.nix
|
||||
Loading…
Add table
Add a link
Reference in a new issue