[nix] fixes for .gitlab-ci.yml

parent 8ba342c2
Pipeline #5954 failed with stage
in 0 seconds
...@@ -23,7 +23,7 @@ deps: ...@@ -23,7 +23,7 @@ deps:
- node_modules/ - node_modules/
script: script:
- nix-env -i git - nix-env -i git
- nix-shell shell.nix --run 'yarn --skip-builds' - nix-shell shell.nix --run 'bun install --skip-builds'
test: test:
cache: cache:
...@@ -36,5 +36,5 @@ test: ...@@ -36,5 +36,5 @@ test:
# find 0.14.5 purescript version here: # find 0.14.5 purescript version here:
# https://lazamar.co.uk/nix-versions/ # https://lazamar.co.uk/nix-versions/
- nix-env -i git - nix-env -i git
- nix-shell shell.nix --run 'yarn --skip-builds' - nix-shell shell.nix --run 'bun install --skip-builds'
- nix-shell shell.nix --run test-ps - nix-shell shell.nix --run test-ps
...@@ -106,8 +106,7 @@ pkgs.mkShell { ...@@ -106,8 +106,7 @@ pkgs.mkShell {
easy-ps.zephyr easy-ps.zephyr
pkgs.ijq pkgs.ijq
pkgs.jq pkgs.jq
pkgs.esbuild #pkgs.esbuild
pkgs.minify
pkgs.nodejs pkgs.nodejs
#pkgs.yarn #pkgs.yarn
pkgs.bun pkgs.bun
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment