Skip to content

Commit

Permalink
build: add nodejs dep to flake env
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 committed Dec 20, 2024
1 parent a342c7d commit ca976bd
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 ca976bd

Please # to comment.