forked from lix-project/hydra
Install hydra-module.nix into $out/share/nix
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
0c0cf4113e
commit
30e3d57482
|
@ -1,4 +1,8 @@
|
|||
SUBDIRS = src tests doc
|
||||
BOOTCLEAN_SUBDIRS = $(SUBDIRS)
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
EXTRA_DIST = hydra-module.nix
|
||||
|
||||
install-data-local: hydra-module.nix
|
||||
$(INSTALL) -d $(DESTDIR)$(datadir)/nix
|
||||
$(INSTALL_DATA) hydra-module.nix $(DESTDIR)$(datadir)/nix/
|
||||
|
|
Loading…
Reference in a new issue