!SgYlXivkogarTVcnZO:nixos.org

Nix Flakes

867 Members
168 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
18 Mar 2025
@elikoga:matrix.orgelikogaShould be reported at https://github.com/NixOS/nixpkgs/issues as an issue with zotero on unstable14:29:53
@elikoga:matrix.orgelikoga* Should be reported at https://github.com/NixOS/nixpkgs/issues as an issue with the newest zotero version on unstable14:30:20
@laauurraa:matrix.orglaauurraaOh huh, you're right. On 24.11 it does launch (although I get a different bug). I didn't realize it was an issue with the zotero package itself14:30:42
@laauurraa:matrix.orglaauurraa

I'm getting a crash with 24.11 though :(

/nix/store/zhj8yr1ykkj7j266v4pcjxfna4qx55ga-zotero-7.0.10/bin/.zotero-wrapped: line 20: 48168 Segmentation fault      (core dumped) "$CALLDIR/zotero-bin" -app "$CALLDIR/app/application.ini" "$@"
14:31:10
@elikoga:matrix.orgelikogaCan you provide more details?14:32:01
@laauurraa:matrix.orglaauurraa

I'm running NixOS unstable myself. The only thing I changed in the flake was to pin to nixos-24.11 IE, my flake looks like this now:

{
  description = "zotero2remarkable bridge development tools";

  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
    flake-utils.url = "github:numtide/flake-utils";
  };

  outputs = {self, nixpkgs, flake-utils }:
    flake-utils.lib.eachDefaultSystem (system:
      let
        pkgs = nixpkgs.legacyPackages.${system};
        pythonEnv = pkgs.python312.withPackages (ps: []);
        environment = pkgs.mkShell {
          buildInputs = [
            pkgs.zotero
            pkgs.poetry
            pythonEnv
          ];
        };
      in {
        devShells.default = environment;
      }
    );
}
14:32:47
@laauurraa:matrix.orglaauurraa I run nix develop then zotero 14:32:55
@laauurraa:matrix.orglaauurraaimage.png
Download image.png
14:33:08
@elikoga:matrix.orgelikoga

I'm running NixOS unstable myself

Why

14:33:33
@laauurraa:matrix.orglaauurraaUh, why not?14:33:48
@elikoga:matrix.orgelikoga.14:33:56
@elikoga:matrix.orgelikogaI would not recommend using the unstable branch unless you are testing the unstable branch or planning to fix it if something breaks on your system14:34:20

Show newer messages


Back to Room ListRoom Version: 6