14 May 2025 |
| kraem changed their profile picture. | 17:16:36 |
| vinylen joined the room. | 20:15:18 |
16 May 2025 |
| @yaqueen:matrix.org left the room. | 14:22:31 |
17 May 2025 |
| @doaN:matrix.org joined the room. | 05:01:49 |
| @harrythe13th:matrix.org joined the room. | 10:57:14 |
18 May 2025 |
| @doaN:matrix.org left the room. | 06:40:21 |
20 May 2025 |
| GJdan joined the room. | 07:26:32 |
| Cristian Daniel Stamateanu joined the room. | 09:12:50 |
| kongrooparadox joined the room. | 21:44:08 |
21 May 2025 |
| WeetHet changed their profile picture. | 10:59:15 |
| Kris Shannon joined the room. | 12:02:55 |
| Spaenny joined the room. | 18:22:04 |
22 May 2025 |
paintenzero | I have NixOS configuration in a flake and I am using home-manager. I'm trying to make an overlay for code-cursor for several days already to update it to the latest version. I couldn't make it work yet. How do you guys keep AppImage packages updated? | 04:40:25 |
paintenzero | * I have NixOS configuration in a flake and I am using home-manager. I'm trying to make an overlay for code-cursor for several days already to update it to the latest version. I couldn't make it work yet. How do you guys keep AppImage packages updated?
There is an updateScript in code-cursor/package.nix. But I can't find a way to use it. | 04:43:12 |
robsliwi | Can you share some code? A git repo would be the most comfortable way to spot some things and point you somewhere 🙃 | 05:07:52 |
paintenzero | I have this WIP branch for NixOS configuration: https://github.com/paintenzero/nix-recipes/tree/refactor
I'm trying to do nixpkgs-master overlay in flake.nix:36
And then install cursor in modules/home/cursor.nix by using packages.master.
The overlay I'm making is in overlays/cursor.nix
| 05:23:27 |
paintenzero | Ooops. Found that I misnamed the package in overlay. With proper name it is not building. Figuring out why... :) | 05:47:43 |
paintenzero | The overlay is definitely active now. I see that new AppImage is downloaded during build process. But the resulting app stays in old version anyway. I have no idea what I'm doing wrong :( I have pushed the current changes | 06:34:58 |
paintenzero | I found PR for code-cursor update and used the commit as input channel. Still don't understand how overlays work but ended up with updated package | 07:04:31 |
| jayf99 joined the room. | 19:27:05 |
23 May 2025 |
Sarah Clark | You would need to override version and sources.x86_64-linux.url and its corresponding hash . (If you're on a different platform, substitute that.) | 21:52:35 |
Sarah Clark | There's already a PR for 0.50.5 waiting to be merged. | 21:53:09 |
24 May 2025 |
| fromtheeast710 joined the room. | 05:09:41 |
26 May 2025 |
| Alison Jenkins joined the room. | 18:54:22 |
27 May 2025 |
| Lorenz joined the room. | 11:15:01 |
| deeok joined the room. | 20:24:57 |
28 May 2025 |
countoren | Hi all, It might not be the best room but I wonder if someone seen this error before, I was cleaning the boot space, and on the next nixos-rebuild switch I am getting: ``` error: path '/nix/store/jjvaqpyl2w7d09wfy8s0yvi8azd8j4hm-linux-6.12.30-modules-shrunk/lib' is not in the Nix store
| 18:15:15 |
countoren | * Hi all, It might not be the best room but I wonder if someone seen this error before, I was cleaning the boot space, and on the next nixos-rebuild switch I am getting: ``` error: path '/nix/store/jjvaqpyl2w7d09wfy8s0yvi8azd8j4hm-linux-6.12.30-modules-shrunk/lib' is not in the Nix store
| 18:15:29 |
countoren | * Hi all, It might not be the best room but I wonder if someone seen this error before, I was cleaning the boot space, and on the next nixos-rebuild switch I am getting:
error: path '/nix/store/jjvaqpyl2w7d09wfy8s0yvi8azd8j4hm-linux-6.12.30-modules-shrunk/lib' is not in the Nix store
| 18:15:46 |
countoren | the path do exists on my nix store | 18:16:19 |