aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{