mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
importNpmLock: handle "resolved" is null
This commit is contained in:
parent
89159c150e
commit
339d1d1cb1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let
|
|||
fetcherOpts,
|
||||
}:
|
||||
(
|
||||
if module ? "resolved" then
|
||||
if module ? "resolved" && module.resolved != null then
|
||||
(
|
||||
let
|
||||
# Parse scheme from URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue