kanidm: remove trailing slash

This commit is contained in:
Adam Stephens
2024-11-01 10:58:21 -04:00
parent 2e485aa812
commit ccb0d0efa0
+1 -1
View File
@@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
''
cp ${format profile} libs/profiles/${KANIDM_BUILD_PROFILE}.toml
substituteInPlace libs/profiles/${KANIDM_BUILD_PROFILE}.toml \
--replace-fail '@htmx_ui_pkg_path@' "$out/ui/hpkg" \
--replace-fail '@htmx_ui_pkg_path@' "$out/ui/hpkg"
'';
nativeBuildInputs = [