Commit 270fac5e authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[nix] bump nixpkgs to 22.05, spago now at 0.20.9

Now the previous `build` script works (from `shell.nix`).
parent 2148af2b
Pipeline #3228 failed with stage
in 0 seconds
import (
builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/21.11.tar.gz";
sha256 = "162dywda2dvfj1248afxc45kcrg83appjd0nmdb541hl7rnncf02";
url = "https://github.com/NixOS/nixpkgs/archive/22.05.tar.gz";
sha256 = "0d643wp3l77hv2pmg2fi7vyxn4rwy0iyr8djcw1h5x72315ck9ik";
}
)
......@@ -120,7 +120,8 @@ pkgs.mkShell {
build-zephyr
build
minify-bundle
pkgs.closurecompiler
#pkgs.closurecompiler
pkgs.esbuild
pkgs.minify
pkgs.nodejs
pkgs.python # needed for msgpack etc
......
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