Skip to content

Commit

Permalink
Update flake, node and rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Oct 26, 2022
1 parent dac9f81 commit 0abca51
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 14.19.1
rust 1.59.0
nodejs 18.6.0
rust 1.64.0
golang 1.19.2
golangci-lint 1.45.2
pulumi 3.40.1
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pkgs.mkShell {
nodePackages.typescript
nodePackages.typescript-language-server
# Keep this nodejs version in sync with the version in .tool-versions please
nodejs-14_x
(yarn.override { nodejs = nodejs-14_x; })
nodejs-18_x
(yarn.override { nodejs = nodejs-18_x; })
python3
];
RUST_BACKTRACE = "1";
Expand Down

0 comments on commit 0abca51

Please sign in to comment.