forked from lix-project/lix
c94f3d5575
This adds about 0.1s to nix-shell runtime in the case where bashInteractive already exists. See discussion at https://github.com/NixOS/nixpkgs/issues/27493.
10 lines
211 B
Makefile
10 lines
211 B
Makefile
programs += nix-build
|
|
|
|
nix-build_DIR := $(d)
|
|
|
|
nix-build_SOURCES := $(d)/nix-build.cc
|
|
|
|
nix-build_LIBS = libmain libexpr libstore libutil libformat
|
|
|
|
$(eval $(call install-symlink, nix-build, $(bindir)/nix-shell))
|