Skip to content

Commit

Permalink
chore: Move workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Jun 25, 2024
1 parent 9784ecc commit f508ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitlab/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY rust-toolchain.toml /container-setup/
RUN cd /container-setup && \
git init && git add . && \
nix --accept-flake-config \
build --no-link "./tools/nix#devShells.x86_64-linux.ci"
build --no-link "./nix#devShells.x86_64-linux.ci"

# Format image.
# ===============================================
Expand Down

0 comments on commit f508ac4

Please sign in to comment.