12 May 2025 |
dramforever | In reply to @gsaurel:laas.fr If I could set an access token on githubusercontent, it would work (eg. as in curl "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/386205.patch?access_token=$GITHUB_TOKEN" ), but I have no idea how to configure that without exposing the token directly in my flake.nix, which is a public file for flake inputs you're in luck, you can set the access-tokens nix option | 17:04:03 |
dramforever | oh wait hmmm | 17:04:25 |
dramforever | yeah i posted too quick and didn't notice you're using https on a github url... | 17:06:19 |
nim65s | I tried access-tokens = github.com=ghp_… patch-diff.githubusercontent.com=ghp_… , but it didn't work, and I found in the doc that it is like only for specific to github/gitlab things, so this probably won't work with a random thing | 17:08:16 |
dramforever | tbh, i'm mostly surprised this even works. having non-pinnable https inputs is a surefire way to make your old flake revisions non-reproducible | 17:10:52 |
dramforever | it'll fail the flake.lock check forcing you to update | 17:11:36 |
13 May 2025 |
| codgician joined the room. | 08:51:52 |
| GladiatorEntred joined the room. | 09:21:46 |
| GladiatorEntred set a profile picture. | 09:25:18 |
| kraem changed their profile picture. | 14:24:05 |
14 May 2025 |
| cipherseeker joined the room. | 03:52:40 |
| amrosia joined the room. | 04:09:54 |
| Samuel joined the room. | 11:49:44 |
| kraem changed their profile picture. | 17:16:20 |
| kraem changed their profile picture. | 17:16:36 |
| vinylen joined the room. | 20:15:18 |
16 May 2025 |
| yaqueen 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 |
| Philipp 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 |