From 4ed33219a94943177296ff99368d9ee1dbbcf275 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Sun, 13 Dec 2020 20:58:11 -0500 Subject: Build "activate" binary on all platforms Now that activate uses a cross-platform fs notification library, we can build it on Darwin again (and build its deps separately, speeding up recompiles there). --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3ea18af..4513495 100644 --- a/flake.nix +++ b/flake.nix @@ -29,8 +29,6 @@ nativeBuildInputs = [ pkgs.darwin.apple_sdk.frameworks.SystemConfiguration ]; - singleStep = true; # https://github.com/nmattia/naersk/issues/127 - cargoBuildOptions = opts: opts ++ [ "--bin" "deploy" ]; # The "activate" binary is linux-only. }; in { -- cgit v1.2.3