mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Add a Makefile for the scripts directory
This commit is contained in:
parent
1a1d8b073a
commit
962551a071
7 changed files with 93 additions and 12 deletions
|
@ -1,5 +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-file-in,$(datadir)/nix/corepkgs,$(d)/$(file))))
|
||||
$(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