From 7e3ca276046f4801995057aca677adfc9a958dd0 Mon Sep 17 00:00:00 2001 From: Technofab Date: Sun, 4 Jun 2023 21:10:38 +0000 Subject: [PATCH] feat: accept flake config like subsituters --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index bbe1371..5723807 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,4 @@ set -e cd "$CI_PROJECT_DIR" echo "Activating flake's CI shell..." -nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash" +nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash" --accept-flake-config