Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 924bce4

Browse files
authored
fix: adjust the update build command in the container (#149)
This PR simply update the nix command in the container to run correctly
1 parent 52181fd commit 924bce4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function build_extension {
9999
ensure_flake_exists "${work_dir}"
100100

101101
# Make sure the build is up to date
102-
nix run .#update-build
102+
nix run github:huggingface/kernel-builder#update-build -- build.toml
103103

104104
# Pure bundle build
105105
echo "Building with Nix..."

dockerfiles/Dockerfile.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function build_extension {
118118
ensure_flake_exists
119119

120120
# Make sure the build is up to date
121-
nix run .#update-build
121+
nix run github:huggingface/kernel-builder#update-build -- build.toml
122122

123123
# Pure bundle build
124124
# TODO: remove the "bundle" after resolving

0 commit comments

Comments
 (0)