diff --git a/nix/pkgs/baserow/default.nix b/nix/pkgs/baserow/default.nix index 31f7139524..239aab67c5 100644 --- a/nix/pkgs/baserow/default.nix +++ b/nix/pkgs/baserow/default.nix @@ -103,7 +103,6 @@ let --replace 'APPLICATION_TEMPLATES_DIR = os.path.join(BASE_DIR, "../../../templates")' "APPLICATION_TEMPLATES_DIR = '${templates}'" ''; postInstall = '' - mkdir $out/bin install -m 0755 ${./backend/gunicorn.py} $out/bin/baserow-gunicorn install -m 0755 ${./backend/celery.py} $out/bin/baserow-celery '';