Skip to content

Commit

Permalink
build: add nodejs dep to flake env (#48)
Browse files Browse the repository at this point in the history
This was always required, but was omitted in the flake env, causing
`node` from system PATH to be used. It's more explicit to track a
compatible version, so that `just dev` works out of the box for nix
users.
  • Loading branch information
conorsch authored Dec 20, 2024
1 parent 05da3b7 commit 1c604f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
buildInputs = [
firebase-tools
just
nodejs_20
pnpm
];
};
Expand Down

0 comments on commit 1c604f8

Please sign in to comment.