nix/internal: work with v2 lock files
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
b42f691c27
commit
c37c8e4e15
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
|
"version": "2",
|
||||||
|
"remote": {
|
||||||
"https://deno.land/std@0.118.0/fmt/colors.ts": "8368ddf2d48dfe413ffd04cdbb7ae6a1009cf0dccc9c7ff1d76259d9c61a0621"
|
"https://deno.land/std@0.118.0/fmt/colors.ts": "8368ddf2d48dfe413ffd04cdbb7ae6a1009cf0dccc9c7ff1d76259d9c61a0621"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ in {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
(importJSON lockfile)
|
(importJSON lockfile).remote
|
||||||
))
|
))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue