| 31 Aug 2024 |
aaron | Is there no one else willing to maintain the package? I dunno how package-hijacking is taken. | 17:11:31 |
adamcstephens | 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 |
adamcstephens | 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_ 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 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 |
Leonardo Santiago |
You probably want to .gitignore the sensitive data Sensitive data is like half of the repo hahaha, it isn't in nix though
| 14:07:29 |
Leonardo Santiago | *
You probably want to .gitignore the sensitive data
Sensitive data is like half of the repo hahaha, it isn't in nix though
| 14:07:36 |
Leonardo Santiago | the shell doesn't depend on that whatsoever | 14:07:57 |
K900 | Then I guess lazy trees could help potentially | 14:09:07 |