fix(nix): migrate to fetchPnpmDeps and pnpmConfigHook

This commit is contained in:
William Valentin
2026-02-15 18:49:09 -08:00
parent 15aa80118c
commit ad9552cf65
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
"status": "completed",
"date": "2026-02-16",
"updated": "2026-02-16",
"summary": "Added a Nix flake/package that builds dist/ (including dist/gateway/ui adjacency) and an optional NixOS module (services.flynn) for systemd deployment. Follow-up fix switched package build from unavailable buildPnpmPackage to pnpm.fetchDeps + stdenv.mkDerivation and added flake.lock.",
"summary": "Added a Nix flake/package that builds dist/ (including dist/gateway/ui adjacency) and an optional NixOS module (services.flynn) for systemd deployment. Follow-up fixes switched package build from unavailable buildPnpmPackage to fetchPnpmDeps + stdenv.mkDerivation, migrated to pnpmConfigHook for current nixpkgs, and added flake.lock.",
"files_created": [
"flake.nix",
"nix/package.nix",