Skip to content

Commit

Permalink
missed circus -> hax
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jun 8, 2023
1 parent 622c544 commit 4dfd341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ FROM nixpkgs/nix-flakes
RUN [ "$(uname)" = Darwin ] && echo "filter-syscalls = false" >> /etc/nix/nix.conf

# Prepare the sources
COPY . /circus-sources
RUN cd /circus-sources && git init && git add .
COPY . /hax-sources
RUN cd /hax-sources && git init && git add .

# Use cache to speed up install
ENV PATH="$PATH:/root/.nix-profile/bin"
RUN nix-env -iA cachix -f https://cachix.org/api/v1/install
RUN cachix use hacspec

# Install
RUN nix profile install /circus-sources
RUN nix profile install /hax-sources

0 comments on commit 4dfd341

Please sign in to comment.