Commit 4bd9c5cc authored by jaredmontoya's avatar jaredmontoya
Browse files

wg-access-server: pin nodejs_22

parent 34584623
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";