Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 588a9dc

Browse files
committed
chore(edit-docs): fix nixos serve script
1 parent cfe3aa5 commit 588a9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/edit-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"command": "cross-env DEBUG=* tsx scripts/electron-rebuild.mts {projectRoot}/dist"
3030
},
3131
"nixos": {
32-
"command": "cross-env DEBUG=* tsx scripts/electron-rebuild.mts {projectRoot}/dist $(nix-shell -p electron_33 --run \"electron --version\")"
32+
"command": "cross-env DEBUG=* tsx scripts/electron-rebuild.mts {projectRoot}/dist $(nix-shell -p electron_35 --run \"electron --version\")"
3333
}
3434
}
3535
},

0 commit comments

Comments
 (0)