Skip to content

Commit

Permalink
Update deno to 1.43.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed May 1, 2024
1 parent 4407397 commit 5e4afb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
let
pkgs = import nixpkgs { inherit system; };
hotPotPkgs = hotPot.packages.${system};
deno = hotPotPkgs.deno_1_42_x;
deno = hotPotPkgs.deno;
vscodeSettings = pkgs.writeTextFile {
name = "vscode-settings.json";
text = builtins.toJSON {
Expand Down

0 comments on commit 5e4afb8

Please sign in to comment.