[nix] fixes for .gitlab-ci.yml

parent 8ba342c2
Pipeline #5954 failed with stage
in 0 seconds
......@@ -23,7 +23,7 @@ deps:
- node_modules/
script:
- nix-env -i git
- nix-shell shell.nix --run 'yarn --skip-builds'
- nix-shell shell.nix --run 'bun install --skip-builds'
test:
cache:
......@@ -36,5 +36,5 @@ test:
# find 0.14.5 purescript version here:
# https://lazamar.co.uk/nix-versions/
- 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
......@@ -106,8 +106,7 @@ pkgs.mkShell {
easy-ps.zephyr
pkgs.ijq
pkgs.jq
pkgs.esbuild
pkgs.minify
#pkgs.esbuild
pkgs.nodejs
#pkgs.yarn
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