Nix Flakes | 859 Members | |
| 177 Servers |
| Sender | Message | Time |
|---|---|---|
| 13 Mar 2025 | ||
| Thnakz | 19:20:35 | |
| LPT: If it's not in version control it's not accessible in the context of the Nix Flake, as the inputs are pure :) | 19:21:57 | |
| (unless you have no repository. also, it still uses the working directory copy of files, not what's actually committed or staged, even though it uses the staging area for what files to include.) | 19:25:01 | |
| Which the cli tries to indicate to you by describing the repo as "dirty" | 19:25:57 | |
| thanks, went into the knowedge | 19:42:44 | |
| 14 Mar 2025 | ||
| 09:31:59 | ||
| 11:32:39 | ||
| 15 Mar 2025 | ||
| 02:51:48 | ||
| 02:52:57 | ||
| 02:55:11 | ||
| 02:55:29 | ||
| 06:29:25 | ||
| 13:02:30 | ||
| 16:23:02 | ||
| 17 Mar 2025 | ||
| 06:49:42 | ||
| 08:08:18 | ||
| 18 Mar 2025 | ||
| Hi! I have a possibly kind of dumb question, but when I install something like Zotero via NixOS, I can just run it, right?
Then I need to install the dynamic libraries myself. I thought the entire idea of Nix was that nixpkgs knows what the dynamic libraries are for zotero and it figures it out for your system? | 14:18:38 | |
Works with github:NixOS/nixpkgs/nixos-24.11 this is unrelated to Flakes | 14:29:02 | |
| Should be reported at https://github.com/NixOS/nixpkgs/issues as an issue with zotero on unstable | 14:29:53 | |
| * Should be reported at https://github.com/NixOS/nixpkgs/issues as an issue with the newest zotero version on unstable | 14:30:20 | |
| Oh 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 itself | 14:30:42 | |
| I'm getting a crash with 24.11 though :(
| 14:31:10 | |
| Can you provide more details? | 14:32:01 | |
| I'm running NixOS unstable myself. The only thing I changed in the flake was to pin to
| 14:32:47 | |
I run nix develop then zotero | 14:32:55 | |
Download image.png | 14:33:08 | |
Why | 14:33:33 | |
| Uh, why not? | 14:33:48 | |
| . | 14:33:56 | |
| I would not recommend using the unstable branch unless you are testing the unstable branch or planning to fix it if something breaks on your system | 14:34:20 | |