diff options
author | Andreas Fuchs | 2020-12-13 20:58:11 -0500 |
---|---|---|
committer | notgne2 | 2020-12-15 13:00:01 -0700 |
commit | 4ed33219a94943177296ff99368d9ee1dbbcf275 (patch) | |
tree | 8f6679b35febf8e5e5e602dd21285c0751e8044e /flake.nix | |
parent | c3b36bbb3b4cb67f1abba18c658a439d29607cb1 (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.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 { |