Make the store directory a member variable of Store
This commit is contained in:
parent
1b5b654fe2
commit
7850d3d279
35 changed files with 315 additions and 296 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,6 @@ makefiles = \
|
|||
src/nix-env/local.mk \
|
||||
src/nix-daemon/local.mk \
|
||||
src/nix-collect-garbage/local.mk \
|
||||
src/download-via-ssh/local.mk \
|
||||
src/nix-prefetch-url/local.mk \
|
||||
perl/local.mk \
|
||||
scripts/local.mk \
|
||||
|
@ -22,6 +21,7 @@ makefiles = \
|
|||
misc/emacs/local.mk \
|
||||
doc/manual/local.mk \
|
||||
tests/local.mk
|
||||
#src/download-via-ssh/local.mk \
|
||||
|
||||
GLOBAL_CXXFLAGS += -std=c++11 -g -Wall
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue