From 40395860c721165f0cc36dfd15b06bc1ea8590bc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 17 May 2020 16:43:21 +0100 Subject: 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. --- third_party/nix/misc/upstart/local.mk | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 third_party/nix/misc/upstart/local.mk (limited to 'third_party/nix/misc/upstart/local.mk') diff --git a/third_party/nix/misc/upstart/local.mk b/third_party/nix/misc/upstart/local.mk deleted file mode 100644 index a73dc061e4..0000000000 --- a/third_party/nix/misc/upstart/local.mk +++ /dev/null @@ -1,5 +0,0 @@ -ifeq ($(OS), Linux) - - $(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644))) - -endif -- cgit 1.4.1