| 31 Aug 2024 |
aaron | https://github.com/NixOS/nixpkgs/pull/274052 any way to get the draupnir package unstuck? Given it's the same build as mjolnir seems like this one is mired in PR-hell. | 17:08:54 |
hexa | the feedback cycle with the author is slow | 17:09:16 |
hexa | and what was once accepted for mjolnir is not acceptable for today's standards | 17:09:45 |
hexa | I have open review comments dating back to july 21st | 17:10:32 |
aaron | Is there no one else willing to maintain the package? I dunno how package-hijacking is taken. | 17:11:31 |
@adam:robins.wtf | you could always open another PR with the feedback addressed. if you're more responsive i don't see why you couldn't get yours across the line first, closing the other, | 17:27:17 |
aaron | Well, I don't know nix. | 17:28:08 |
@adam:robins.wtf | that could be problematic :) | 17:30:00 |
aaron | Makes it a wee bit hard, yes. :D | 17:33:27 |
| 1 Sep 2024 |
| va13 joined the room. | 06:18:27 |
| packet any/all changed their display name from packet_ to packet. | 13:11:38 |
| 2 Sep 2024 |
| @frumon:matrix.org joined the room. | 10:10:43 |
| zenware joined the room. | 12:33:39 |
| @dom:rodriguez.org.uk joined the room. | 21:57:52 |
| 3 Sep 2024 |
| alpha.404 joined the room. | 11:23:32 |
| Magnus Jurdal joined the room. | 11:24:47 |
| nicke joined the room. | 16:27:59 |
| 4 Sep 2024 |
| lychee removed their profile picture. | 02:52:16 |
| lychee set a profile picture. | 02:52:20 |
| Robert Michael joined the room. | 06:33:03 |
| cafkafk joined the room. | 10:07:08 |
| Pheoxy [AWST/UTC+8] changed their display name from pheoxy to Pheoxy [AWST/UTC+8]. | 17:33:08 |
| 5 Sep 2024 |
| Leonardo Santiago joined the room. | 14:04:00 |
Leonardo Santiago | What is the current state of this issue? https://github.com/NixOS/nix/issues/3121 | 14:04:43 |
Leonardo Santiago | I'm trying to battle against nix copying sensitive data from the git repo into the /nix/store even though I'm only running nix develop to drop in a shell | 14:05:39 |
Leonardo Santiago | I read somewhere that it was already too big to get merged and that eelco started backporting some of the work into nix in other PRs | 14:06:30 |
K900 ⚡️ | That's not really going to help anyway | 14:06:38 |
K900 ⚡️ | You probably want to .gitignore the sensitive data | 14:06:58 |
Leonardo Santiago | wdym? | 14:06:58 |
K900 ⚡️ | Lazy trees will still copy the "sensitive data" if eval depends on it | 14:07:14 |