Eveeifyeve

Results 226 comments of Eveeifyeve

I thought of switching to syntax highlighting with [solid-highlight](https://github.com/aidanaden/solid-highlight) because it's well known. I have noticed that prism in frontend but thanks for mentioning it. But I could make a...

Also I think there should be a cancel option to stop the treaks/installing programs.

try this package ``` { lib, buildNpmPackage, openssl, stdenv, pkg-config, glibc, libsoup_3, gtk3, cairo, webkitgtk_4_1, nodejs-slim, cargo-tauri, cargo, rustPlatform, rustc, bun, darwin, llvmPackages, rustup, libiconv, }: let inherit (darwin.apple_sdk.frameworks) Security...

Hey so me and @getchoo have been working a hook that might fix this.

> Hey so me and @getchoo have been working a hook that might fix this. Mention PR: https://github.com/NixOS/nixpkgs/pull/335751

> @getchoo I'm using Tauri v2 and struggling to build the package. The `cargo-tauri.hook` looks be only compatible with the Tauri v1. > > Is there some progress to updating...

> @Eveeifyeve hey, it looks like the linked pr is merged, how do i take advantage of it exactly? So make a nix derivation for your application and if you...

But that's saying this pr includes the v2 of Tauri which is available to use. If you are still using v1 please asap migrate to v2 or use cargo-tauri_1 package...

> @Eveeifyeve i've been using the tauri github action https://github.com/tauri-apps/tauri-action which i thought was the "official" way to build for release In that case that is different as nix requires...

I have a working flake but I need to work on a pr to upstream it to tauri docs.