chore(3p/nix): Remove old build system and other miscellanies

There are still remnants of the old build system (for example, the
build derivations are not yet updated at all), but we'll get there.
This commit is contained in:
Vincent Ambo 2020-05-17 16:43:21 +01:00
parent 0f2cf531f7
commit 40395860c7
56 changed files with 0 additions and 4222 deletions

View file

@ -1,5 +0,0 @@
ifeq ($(OS), Linux)
$(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(prefix)/lib/systemd/system, 0644)))
endif