mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 18:20:07 +01:00
fix: add missing -e option to echo
This commit is contained in:
parent
c6abbde797
commit
bd1cfe94a4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ FROM nixos/nix:$NIX_TAG
|
|||
COPY entrypoint.sh /usr/local/bin/
|
||||
|
||||
RUN mkdir -p ~/.config/nix && \
|
||||
echo "experimental-features = nix-command flakes\naccept-flake-config = true" > ~/.config/nix/nix.conf
|
||||
echo -e "experimental-features = nix-command flakes\naccept-flake-config = true" > ~/.config/nix/nix.conf
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue