deps(third_party/npmlock2nix): add

This adds npmlock2nix. Cannot use upstream npmlock2nix due to
https://github.com/nix-community/npmlock2nix/issues/194.

Change-Id: I00a54dceb854b51ede3c2cb42bbbd9360cc5d76f
This commit is contained in:
Florian Klink 2025-03-16 13:31:31 +01:00
parent 944acead3e
commit dcbe231825
2 changed files with 15 additions and 0 deletions

3
third_party/npmlock2nix/default.nix vendored Normal file
View file

@ -0,0 +1,3 @@
{ depot, pkgs, ... }:
pkgs.callPackage depot.third_party.sources.npmlock2nix { }