Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kczulko committed Sep 20, 2023
1 parent 708c48a commit dd98404
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
30 changes: 24 additions & 6 deletions flake.lock

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

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
config.permittedInsecurePackages = [
"nodejs-16.20.0"
];
};

npmlock2nix = import npmlock2nixSrc { inherit pkgs; lib = pkgs.lib; };
Expand Down

0 comments on commit dd98404

Please sign in to comment.