| 4 Sep 2023 |
raitobezarius | Linux Kernel Library | 15:19:09 |
| 5 Sep 2023 |
Paul Meyer (katexochen) | Has anyone time to review/merge https://github.com/NixOS/nixpkgs/pull/252282 ?
Mkfs.vfat currently doesn't respect SOURCE_DATE_EPOCH | 05:01:54 |
Paul Meyer (katexochen) | Merged, thanks. | 05:48:26 |
| 8 Sep 2023 |
| ttamttam joined the room. | 17:54:24 |
| @ulli:hrnz.li left the room. | 20:42:03 |
| 9 Sep 2023 |
| Moritz Sanft joined the room. | 12:13:04 |
| 10 Sep 2023 |
| @moke:matrix.creeper-it.de changed their profile picture. | 23:19:47 |
| 12 Sep 2023 |
| @cifre:matrix.org joined the room. | 00:42:27 |
| @moke:matrix.creeper-it.de left the room. | 12:21:55 |
| 13 Sep 2023 |
| w joined the room. | 01:27:57 |
| j_t_eklund joined the room. | 10:27:29 |
| j_t_eklund set a profile picture. | 21:36:22 |
| 14 Sep 2023 |
| jlesquembre changed their display name from José Luis Lafuente to jlesquembre. | 10:36:46 |
| 0xMRTT [envs.net] changed their display name from 0xMRTT to 0xMRTT (Old). | 20:59:38 |
| 16 Sep 2023 |
| Paul Meyer (katexochen) changed their display name from katexochen to Paul Meyer (katexochen). | 08:20:13 |
| @ojg76:matrix.org left the room. | 13:43:34 |
| 17 Sep 2023 |
| Hubble the Wolverine (they/them) joined the room. | 09:58:34 |
| tq5rpg joined the room. | 12:27:48 |
| 0xMRTT [envs.net] changed their display name from 0xMRTT (Old) to 0xMRTT [envs.net]. | 16:58:53 |
| 20 Sep 2023 |
| nbathum (he or they) changed their display name from nbathum (he or they) to nbathum. | 04:58:29 |
| nbathum (he or they) removed their profile picture. | 04:58:40 |
raboof | In reply to @raboof:matrix.org It's so sad the NAR format doesn't preserve timestamps, so SOURCE_DATE_EPOCH is usually meaningless (i.e. https://github.com/NixOS/nixpkgs/issues/112595). I wonder if it would make sense to introduce a convention where fetchers that can reliably determine the source date could store that somewhere - like in a /SOURCE_DATE_EPOCH file. set-source-date-epoch-to-latest.sh could then pick that up. Is that a crazy idea? https://github.com/NixOS/nixpkgs/pull/256270 | 07:55:39 |
@trofi:matrix.org | I like when slightly different inputs provide identical outputs. It feels like injecting minor details like timepstamps goes in the opposite direction. But maybe it's just me.
And unrelated point: if you have multiple source inputs (can you?) you will probably need max() of all inputs.
| 10:18:00 |
raboof | I also like it when slightly different inputs provide identical outputs - though in Nix because of the store paths we already rarely achieve that. if the application is embedding timestamps, though, I like them to be meaningful instead of that random 1970 date. | 10:24:12 |
atemu12 | raboof: I think they meant that the blah-source path would be different depending on the date | 10:25:31 |
atemu12 | Usually, you can fetch sources from all kinds of places (or even just copy it from local) and produce the same nix store path | 10:25:59 |
atemu12 | (When the content matches obv.) | 10:26:18 |
@trofi:matrix.org | I usually strip out timestamps entirely (or stub out with 9999-01-01). But I can see when sometimes it's not desirable or infeasible. | 10:29:19 |
atemu12 | raboof: Did you try my idea of the separate output? | 10:33:01 |
raboof | I couldn't figure out a sensible way to read that out again | 10:34:35 |