We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a2c05 commit ac08f4fCopy full SHA for ac08f4f
flake.nix
@@ -29,7 +29,7 @@
29
in
30
{
31
devShells.default = pkgs.mkShell {
32
- name = "zipline-dev";
+ name = "zipline";
33
34
buildInputs = [
35
nodejs
package.json
@@ -2,7 +2,7 @@
2
"name": "zipline",
3
"private": true,
4
"license": "MIT",
5
- "version": "4.2.0",
+ "version": "4.2.1",
6
"scripts": {
7
"build": "cross-env pnpm run --stream \"/^build:.*/\"",
8
"build:prisma": "prisma generate --no-hints",
0 commit comments