diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d126680..7d7606b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build: - export NIX_PATH=nixpkgs=channel:nixos-unstable script: - - nix-shell --command="make build" + - nix-shell --command "make build" artifacts: paths: |