Skip to content

Commit 1eea56d

Browse files
kickstart: add missing cli feature (NixOS#381399)
2 parents ed3b17f + 1708b35 commit 1eea56d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ki/kickstart/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ rustPlatform.buildRustPackage rec {
2121
useFetchCargoVendor = true;
2222
cargoHash = "sha256-J9sGXJbGbO9UgZfgqxqzbiJz9j6WMpq3qC2ys7OJnII=";
2323

24+
buildFeatures = [ "cli" ];
25+
2426
checkFlags = [
2527
# remote access
2628
"--skip=generation::tests::can_generate_from_remote_repo_with_subdir"

0 commit comments

Comments
 (0)