Skip to content

Commit

Permalink
fix nix install
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jan 5, 2025
1 parent 94ea7e4 commit dc115f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ RUN : \
# Nix
#
RUN : \
&& sh <(curl -L https://nixos.org/nix/install) --daemon \
&& bash -c 'sh <(curl -L https://nixos.org/nix/install) --daemon' \
&& echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf \
&& echo "max-jobs = auto" >> /etc/nix/nix.conf

0 comments on commit dc115f3

Please sign in to comment.