fix(nix): include pnpm in native build inputs
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
"status": "completed",
|
"status": "completed",
|
||||||
"date": "2026-02-16",
|
"date": "2026-02-16",
|
||||||
"updated": "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 fixes switched package build from unavailable buildPnpmPackage to fetchPnpmDeps + stdenv.mkDerivation, migrated to pnpmConfigHook for current nixpkgs, 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, added flake.lock, pinned dependency hash, and ensured pnpm is in nativeBuildInputs for hook execution.",
|
||||||
"files_created": [
|
"files_created": [
|
||||||
"flake.nix",
|
"flake.nix",
|
||||||
"nix/package.nix",
|
"nix/package.nix",
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.nodejs_22
|
pkgs.nodejs_22
|
||||||
|
pkgs.pnpm
|
||||||
pkgs.pnpmConfigHook
|
pkgs.pnpmConfigHook
|
||||||
pkgs.makeWrapper
|
pkgs.makeWrapper
|
||||||
pkgs.python3
|
pkgs.python3
|
||||||
|
|||||||
Reference in New Issue
Block a user