From a8ec66b50d5f831def5b32641a6961209f876e1d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 11 Aug 2023 02:00:32 +0100 Subject: [PATCH] ci: fix had bad command (reverting a2d16e60 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf7c5d1..6799ed8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ update: - git config --global user.email "${CI_EMAIL}" - git config --global user.name "${CI_USERNAME}" # the part that updates the flake - - nix flake lock --update-input $PACKAGE_NAME + - nix --experimental-features 'nix-command flakes' flake lock --update-input $PACKAGE_NAME - git add flake.lock - git commit -m "[skip ci] Updated flake for $PACKAGE_NAME" || echo "No changes, nothing to commit" # we have a custom domain