File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ rustPlatform.buildRustPackage rec {
4949 inherit hash ;
5050 } ;
5151
52- KANIDM_BUILD_PROFILE = "release_nixpgs_ ${ arch } " ;
52+ KANIDM_BUILD_PROFILE = "release_nixpkgs_ ${ arch } " ;
5353
5454 patches = lib . optionals enableSecretProvisioning [
5555 "${ patchDir } /oauth2-basic-secret-modify.patch"
@@ -59,7 +59,7 @@ rustPlatform.buildRustPackage rec {
5959 postPatch =
6060 let
6161 format = ( formats . toml { } ) . generate "${ KANIDM_BUILD_PROFILE } .toml" ;
62- socket_path = if stdenv . hostPlatform . isLinux then "/run/kanidm /sock" else "/var/run/kanidm.socket" ;
62+ socket_path = if stdenv . hostPlatform . isLinux then "/run/kanidmd /sock" else "/var/run/kanidm.socket" ;
6363 profile =
6464 {
6565 cpu_flags = if stdenv . hostPlatform . isx86_64 then "x86_64_legacy" else "none" ;
You can’t perform that action at this time.
0 commit comments