aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAndreas Fuchs2020-12-13 20:58:11 -0500
committernotgne22020-12-15 13:00:01 -0700
commit4ed33219a94943177296ff99368d9ee1dbbcf275 (patch)
tree8f6679b35febf8e5e5e602dd21285c0751e8044e /flake.nix
parentc3b36bbb3b4cb67f1abba18c658a439d29607cb1 (diff)
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).
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 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
{