Skip to content

Commit 0843ea6

Browse files
committed
Set DOCKER_BUILDKIT=1 in dev shell
1 parent 4e88856 commit 0843ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
# Prevent cargo aliases from using programs in `~/.cargo` to avoid conflicts
4141
# with rustup installations.
4242
export CARGO_HOME=$HOME/.cargo-nix
43+
export DOCKER_BUILDKIT=1
4344
4445
# Create a target directory and ensure lib64 is a symlink to lib.
4546
# Individual build steps may target either directory and later

0 commit comments

Comments
 (0)