mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
ab0bc4999a
deleting a path in the store. * Allow absolute paths in Nix expressions. * Get nix-prefetch-url to work again. * Various other fixes.
11 lines
325 B
Makefile
11 lines
325 B
Makefile
all-local: builder.sh
|
|
|
|
install-exec-local:
|
|
$(INSTALL) -d $(datadir)/nix/corepkgs
|
|
$(INSTALL) -d $(datadir)/nix/corepkgs/fetchurl
|
|
$(INSTALL_DATA) default.nix $(datadir)/nix/corepkgs/fetchurl
|
|
$(INSTALL_PROGRAM) builder.sh $(datadir)/nix/corepkgs/fetchurl
|
|
|
|
include ../../substitute.mk
|
|
|
|
EXTRA_DIST = default.nix builder.sh.in
|