mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
flake update
This commit is contained in:
parent
b8256eb410
commit
780d5fcf50
6 changed files with 94 additions and 90 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{ npmlock2nix
|
||||
, nodejs_20
|
||||
, lib
|
||||
,
|
||||
}:
|
||||
let
|
||||
{
|
||||
npmlock2nix,
|
||||
nodejs_20,
|
||||
lib,
|
||||
}: let
|
||||
inherit (lib.sources) sourceByRegex;
|
||||
in
|
||||
npmlock2nix.v2.node_modules {
|
||||
src = sourceByRegex ../. [ "package.*" ];
|
||||
nodejs = nodejs_20;
|
||||
}
|
||||
npmlock2nix.v2.node_modules {
|
||||
src = sourceByRegex ../. ["package.*"];
|
||||
nodejs = nodejs_20;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue