wg-access-server: pin nodejs_22
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
makeWrapper,
|
||||
iptables,
|
||||
nixosTests,
|
||||
nodejs_22,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
@@ -37,6 +38,8 @@ buildGoModule (finalAttrs: {
|
||||
inherit (finalAttrs) version src;
|
||||
pname = "wg-access-server-ui";
|
||||
|
||||
nodejs = nodejs_22;
|
||||
|
||||
npmDepsHash = "sha256-04AkSDSKsr20Jbx5BJy36f8kWNlzzplu/xnoDTkU8OQ=";
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/website";
|
||||
|
||||
Reference in New Issue
Block a user