diff --git a/nix/gitlab-ci/default.nix b/nix/gitlab-ci/default.nix index 138410b95a..2ef8138a40 100644 --- a/nix/gitlab-ci/default.nix +++ b/nix/gitlab-ci/default.nix @@ -44,7 +44,11 @@ let tags = [ "cacher" ]; only.refs = [ "branch/default" ]; - script = ''cd web/lukegbcom && ./deploy.sh''; + script = '' + export NIX_PATH=nixpkgs=$(readlink -f third_party/nixpkgs) + cd web/lukegbcom + ./deploy.sh + ''; }; }; # // (lib.mapAttrs deployStage deployMachs);