diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4781c11..5d1da91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ default: NIX_OPTIONS: >- --option extra-experimental-features - "flake nix-command" + "flakes nix-command" script: - nix $NIX_OPTIONS build ".#${IMG}" - cp -L result "${IMG}.tar.gz"