Commit 324f7fc5 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/dev-spago-next' into dev

parents f790e9c0 a5abbf3c
...@@ -36,17 +36,17 @@ ...@@ -36,17 +36,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715008058, "lastModified": 1701282334,
"narHash": "sha256-Tdlna0uGWvQzGwc/7kL1ICx/fqJaBfFJAmrkKP+cZS4=", "narHash": "sha256-MxCVrXY6v4QmfTwIysjjaX0XUhqBbxTWWB4HXtDYsdk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "860e65d27036476edfb85dd847d982277880b143", "rev": "057f9aecfb71c4437d2b27d3323df7f93c010b7e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"rev": "860e65d27036476edfb85dd847d982277880b143", "repo": "nixpkgs",
"type": "indirect" "type": "github"
} }
}, },
"purescript-overlay": { "purescript-overlay": {
......
...@@ -3,11 +3,7 @@ ...@@ -3,11 +3,7 @@
inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.url = "github:numtide/flake-utils";
# bun-1.1 inputs.nixpkgs.url = "github:NixOS/nixpkgs";
inputs.nixpkgs.url = "nixpkgs/860e65d27036476edfb85dd847d982277880b143";
# bun-1.0
#inputs.nixpkgs.url = "nixpkgs/23.11";
inputs.purescript-overlay = { inputs.purescript-overlay = {
url = "github:thomashoneyman/purescript-overlay"; url = "github:thomashoneyman/purescript-overlay";
...@@ -31,7 +27,6 @@ ...@@ -31,7 +27,6 @@
]; ];
serve = pkgs.writeShellScriptBin "serve" '' serve = pkgs.writeShellScriptBin "serve" ''
#!/usr/bin/env bash
set -e set -e
#yarn server #yarn server
...@@ -40,7 +35,6 @@ ...@@ -40,7 +35,6 @@
''; '';
build-watch = pkgs.writeShellScriptBin "build-watch" '' build-watch = pkgs.writeShellScriptBin "build-watch" ''
#!/usr/bin/env bash
set -e set -e
echo "Build watch" echo "Build watch"
...@@ -48,7 +42,6 @@ ...@@ -48,7 +42,6 @@
''; '';
build-zephyr = pkgs.writeShellScriptBin "build-zephyr" '' build-zephyr = pkgs.writeShellScriptBin "build-zephyr" ''
#!/usr/bin/env bash
set -e set -e
npm spago build --purs-args '--codegen corefn,js' npm spago build --purs-args '--codegen corefn,js'
...@@ -57,7 +50,6 @@ ...@@ -57,7 +50,6 @@
''; '';
minify-bundle = pkgs.writeShellScriptBin "minify-bundle" '' minify-bundle = pkgs.writeShellScriptBin "minify-bundle" ''
#!/usr/bin/env bash
set -e set -e
npm run minify npm run minify
......
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