filebrowser: migrate to finalAttrs

This commit is contained in:
Gutyina Gergő
2026-06-05 20:48:39 +02:00
parent 061f52e7b3
commit 9d170ff904
+3 -3
View File
@@ -22,7 +22,7 @@ let
hash = "sha256-/X/TztbZDC1hkRL97jkm6Ak8QmKFDMycekLl6NVPS0k=";
};
frontend = stdenvNoCC.mkDerivation rec {
frontend = stdenvNoCC.mkDerivation (finalAttrs: {
pname = "filebrowser-frontend";
inherit version src;
@@ -36,7 +36,7 @@ let
];
pnpmDeps = fetchPnpmDeps {
inherit
inherit (finalAttrs)
pname
version
src
@@ -55,7 +55,7 @@ let
runHook postInstall
'';
};
});
in
buildGoModule {