mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 08:16:14 +02:00
10 lines
299 B
Text
10 lines
299 B
Text
|
install-exec-local:
|
||
|
$(INSTALL) -d $(datadir)/nix/corepkgs
|
||
|
$(INSTALL) -d $(datadir)/nix/corepkgs/buildenv
|
||
|
$(INSTALL_DATA) default.nix $(datadir)/nix/corepkgs/buildenv
|
||
|
$(INSTALL_PROGRAM) builder.pl $(datadir)/nix/corepkgs/buildenv
|
||
|
|
||
|
include ../../substitute.mk
|
||
|
|
||
|
EXTRA_DIST = default.nix builder.pl
|