From 6b296c1e099002b9ef16e3577ae78775faaa70a0 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 1 Dec 2025 14:26:11 -0600 Subject: Updated derivation very slightly --- pkgs/chef/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/chef/default.nix') diff --git a/pkgs/chef/default.nix b/pkgs/chef/default.nix index 0cbbebb..f4f2870 100644 --- a/pkgs/chef/default.nix +++ b/pkgs/chef/default.nix @@ -1,4 +1,4 @@ -{ rustPlatform, fetchFromGitHub, lib, installShellFiles, gitUpdater, serve ? true }: +{ rustPlatform, fetchFromGitHub, lib, installShellFiles, gitUpdater, withWebserver ? true }: rustPlatform.buildRustPackage rec { pname = "cooklang-chef"; version = "0.10.1"; @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec { cargoLock.lockFile = "${src}/Cargo.lock"; # optionally disable the webserver - buildNoDefaultFeatures = !serve; + buildNoDefaultFeatures = !withWebserver; nativeBuildInputs = [ installShellFiles -- cgit v1.2.3