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