| 22 Apr 2026 |
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 |
| 13 Oct 2022 |
| Winter (she/her) joined the room. | 17:56:01 |
| 12 Nov 2022 |
| 321, jiayou! joined the room. | 09:31:11 |
| 321, jiayou! left the room. | 09:31:52 |
| 16 Nov 2022 |
| omlet joined the room. | 20:33:57 |
| 25 Nov 2022 |
| raphi changed their profile picture. | 19:41:53 |
| 1 Dec 2022 |
| hexa changed their display name from hexa to hexa (22.11 now). | 13:08:55 |
| hexa changed their display name from hexa (22.11 now) to hexa. | 14:38:43 |
| 12 Jan 2023 |
| daniel joined the room. | 12:58:04 |
daniel | Anyone who has some experience with packaging a .NET-project using flakes? All prior art I’ve found seems to use the legacy way. | 13:02:55 |
Winter (she/her) | In reply to @daniel:nopemail.org Anyone who has some experience with packaging a .NET-project using flakes? All prior art I’ve found seems to use the legacy way. flakes are the same way as the "legacy way," all flakes help with is exposing the package.
what trouble are you running into? | 14:23:13 |
daniel | In reply to @winterqt:nixos.dev
flakes are the same way as the "legacy way," all flakes help with is exposing the package.
what trouble are you running into? How to "expose"/run fetch-deps | 14:24:38 |
Winter (she/her) | just do nix build .#whateverPackage.fetch-deps | 14:25:11 |
daniel | I did that over and over, realized now that I of course called it with the wrong package name. Thanks though! | 14:29:12 |
Winter (she/her) | In reply to @daniel:nopemail.org I did that over and over, realized now that I of course called it with the wrong package name. Thanks though! (was it not erroring?) | 14:31:10 |
daniel | In reply to @winterqt:nixos.dev (was it not erroring?) It was, but I thought that meant that somehow fetch-deps didn't pass through correctly. | 14:33:24 |
| 17 Jan 2023 |
daniel | Fetch-deps doesn't seem to handle project references correctly, am I observing this right? The script wants to look for the project dependencies in the "nuget.org" source. | 11:07:33 |
raphi | in my experience <ProjectReference> just works, as long both the referring project and the referenced project are part of src example: https://github.com/raphaelr/nugettest if they are separated search for projectReferences in the nixpkgs manual | 11:48:50 |
| 22 Jan 2023 |
| omlet left the room. | 20:26:21 |