| 17 May 2023 |
hexa | (django-hijack is finished btw :)) | 22:12:38 |
hexa | rough, not going to commit a 143 kB lock file into nixpkgs ;D | 22:12:56 |
hexa | * rough, not going to commit a 143 kB lock file into nixpkgs 😄 | 22:12:58 |
Lily Foster | npm still will not do automatic fixup of this issue: https://github.com/npm/cli/issues/4460 | 22:13:13 |
Lily Foster | Which is dumb | 22:13:20 |
Lily Foster | In reply to @hexa:lossy.network rough, not going to commit a 143 kB lock file into nixpkgs 😄 Yeah the lockfile committing to nixpkgs across multiple ecosystems has been a bit unfortunate (the node2nix node-packages.nix files included)... You could submit a PR to fix the lockfile and fetchpatch the PR if you are so inclined, to avoid that | 22:16:28 |
hexa | alright | 22:16:41 |
Lily Foster | But there's no reproducible way to handle that as-is. Except maybe doing something like how importCargoLock handles git deps with the extra hashes and hope and pray the version exists in the registry | 22:17:29 |
hexa |
npm install --package-lock
| 22:17:44 |
Lily Foster | npm is pretty hecked | 22:17:48 |
hexa | that did nothing to the lock file | 22:18:02 |