diff options
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 { |