Skip to content

Commit

Permalink
fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed May 22, 2024
1 parent 5530948 commit 74cd086
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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
@@ -1,8 +1,8 @@
with import <nixpkgs> { };
with import <nixpkgs-unstable> { };

mkShell {
nativeBuildInputs = [
nodejs-20_x
nodejs_20
electron_30
stdenv.cc.cc.lib
];
Expand Down

0 comments on commit 74cd086

Please sign in to comment.