Loading pkgs/by-name/at/atuin-desktop/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -125,8 +125,9 @@ rustPlatform.buildRustPackage (finalAttrs: { # Otherwise tauri will look for a private key we don't have. tauriConf = builtins.toJSON { bundle.createUpdaterArtifacts = false; }; passAsFile = [ "tauriConf" ]; preBuild = '' tauriConfPath="tauriConf" printf "%s" "$tauriConf" > "$tauriConfPath" tauriBuildFlags+=( "--config" "$tauriConfPath" Loading Loading @@ -164,6 +165,8 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; doCheck = !stdenv.isDarwin; __structuredAttrs = true; meta = { description = "Local-first, executable runbook editor"; homepage = "https://atuin.sh"; Loading Loading
pkgs/by-name/at/atuin-desktop/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -125,8 +125,9 @@ rustPlatform.buildRustPackage (finalAttrs: { # Otherwise tauri will look for a private key we don't have. tauriConf = builtins.toJSON { bundle.createUpdaterArtifacts = false; }; passAsFile = [ "tauriConf" ]; preBuild = '' tauriConfPath="tauriConf" printf "%s" "$tauriConf" > "$tauriConfPath" tauriBuildFlags+=( "--config" "$tauriConfPath" Loading Loading @@ -164,6 +165,8 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; doCheck = !stdenv.isDarwin; __structuredAttrs = true; meta = { description = "Local-first, executable runbook editor"; homepage = "https://atuin.sh"; Loading