| 8 Apr 2026 |
| JamieMagee set a profile picture. | 03:42:57 |
| 9 Apr 2026 |
Emma [it/its] | hm, i wonder how to work around weird path resolution with the fetch deps script | 20:07:00 |
Emma [it/its] | sh-5.3$ ./update-deps-Spacebar-Cdn-Worker-x86_64-Q8 Spacebar.Cdn.Worker/deps.x86_64-Q8.json
fetching dependencies for Spacebar.Cdn.Worker-x86_64-Q8-1.0.0-preview.20260406-122855
Running phase: unpackPhase
unpacking source archive /nix/store/dmrp0wjz109whwl353wjlxlziv3qriyg-source
source root is source
Running phase: patchPhase
Running phase: configureNuget
The template "NuGet Config" was created successfully.
Processing post-creation actions...
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
Executing dotnetConfigureHook
MSBUILD : error MSB1009: Project file does not exist.
Switch: Spacebar.Cdn.Worker-x86_64-Q8.csproj
| 20:07:36 |
Emma [it/its] | wait, i think i may have footgunned myself | 20:12:53 |
Emma [it/its] | yep, i flipped 2 args in my project names lol | 20:15:58 |
| 14 Apr 2026 |
lostmsu | Hm, still waiting for workloads PR to be merged: https://github.com/NixOS/nixpkgs/pull/498033 | 20:18:13 |
Corngood | I still want to change a few things as discussed on the PR. I was hoping to do it along with the April releases. | 20:45:20 |
| 20 Apr 2026 |
Emma [it/its] |  Download clipboard.png | 21:23:54 |
Emma [it/its] | i dont remember if the VMR thing was supposed to be fixed or not (or whether its just not cached atm on unstable?) | 21:24:13 |
Emma [it/its] |  Download * clipboard.png | 21:25:07 |
Corngood | It's probably still building | 21:42:31 |
| 22 Apr 2026 |
Emma [it/its] | hm, i wonder if it would be considered too expensive (maintenance, eval overhead) wise to export more metadata in the derivation about a project? | 16:10:46 |
K900 | Probably want to talk to SBOM people about this | 16:11:12 |
Emma [it/its] | i was thinking ie. the path to the deps.json and attrs/attrnames for projectReferences (which i guess would have similar problems as the SBOM team, yeah) | 16:12:09 |
Emma [it/its] | (particularly, im just reflecting on my own struggles of maintaining deps.json files in a monorepo) | 16:15:03 |
Emma [it/its] | * (particularly, im just reflecting on my own struggles of maintaining deps.json files in a monorepo, for which im currently maintaining my own wrapper for buildDotnetModule...) | 16:15:19 |
Emma [it/its] | hm, no room seems to be listed on the nixos.org room dir, got a link for me? | 16:16:04 |
K900 | I think it's just #sbom:nixos.org? | 16:16:40 |
K900 | I'm not in it | 16:16:41 |
Emma [it/its] | matrix:r/sbom:nixos.org let's see | 16:16:55 |
Emma [it/its] | doesnt seem to be valid | 16:17:28 |
Emma [it/its] |  Download clipboard.png | 16:17:38 |
ghpzin | Probably this #nixpkgs-sbom:matrix.org: https://matrix.to/#/#nixpkgs-sbom:matrix.org | 19:00:47 |
Emma [it/its] | well, now ive realised my idiocy, im already in that room despite not being able to find it in the space at all ^^' | 19:01:47 |
Emma [it/its] | (and getting no search results for sbom in my client...) | 19:02:04 |
Emma [it/its] | hm, fetch-deps seems to fail if i define a non string property...? | 19:44:06 |
Emma [it/its] | error:
… while evaluating an expression to select 'drvPath' on it
at «internal»:1:552:
… while evaluating strict
at «internal»:1:552:
(stack trace truncated; use '--show-trace' to show the full trace)
error: cannot coerce a set to a string: { derivations = «thunk»; names = «thunk»; }
note: trace involved the following derivations:
derivation 'Spacebar.Cdn-1.0.0-preview.20260421-191102-fetch-deps'
derivation 'Spacebar.Cdn-1.0.0-preview.20260421-191102'
(for context: i added a custom namespaced attribute to the drv called __sbDmProjectReferences) | 19:44:46 |
K900 | You have to put it at passthru | 19:45:44 |
K900 | Otherwise it tries to convert it to an environment variable | 19:45:52 |
Emma [it/its] | d'oh | 19:45:58 |