Commit 61515c0
fix: Use buildNpmPackage for proper Nix flake builds
- Switch from stdenv.mkDerivation to buildNpmPackage
- Add npmDepsHash for reproducible dependency fetching
- Fix npm dependency installation in Nix sandbox
- Update executable path to purelymail-mcp-server
- Enable nix run github:gui-wf/purelymail-mcp-server
This fixes the hanging build issue caused by npm ci trying to access
the network in Nix's sandboxed build environment.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent ee6298a commit 61515c0
3 files changed
+25
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 77 | + | |
| 78 | + | |
83 | 79 | | |
84 | 80 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 81 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 82 | | |
93 | 83 | | |
| 84 | + | |
| 85 | + | |
94 | 86 | | |
95 | | - | |
| 87 | + | |
96 | 88 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 89 | + | |
103 | 90 | | |
104 | | - | |
105 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
106 | 100 | | |
107 | | - | |
| 101 | + | |
108 | 102 | | |
109 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
110 | 106 | | |
111 | 107 | | |
112 | 108 | | |
| |||
174 | 170 | | |
175 | 171 | | |
176 | 172 | | |
177 | | - | |
| 173 | + | |
178 | 174 | | |
179 | 175 | | |
180 | 176 | | |
| |||
0 commit comments