| 29 Apr 2026 |
Randy Eckenrode | When did that change? Do you have to be a member of knownUsers? | 15:35:00 |
samasaur | yes you do | 15:36:59 |
samasaur | I'm not sure when it changed, it seems like the behavior has been there for a while | 15:37:41 |
samasaur | of course if the documentation says that it won't do anything, people are less likely to try it | 15:38:00 |
Randy Eckenrode | That’s good to know. I still avoid knownUsers for historical reasons, but maybe I should reconsider that. | 15:38:25 |
samasaur | Yeah, I avoid all of the user settings for the same reason, I was just pretty sure we supported setting your shell | 15:40:43 |
samasaur | well "historical reasons" and "apple likes changing things out from under us so even if something used to work there's no guarantee it still does" | 15:41:21 |
| altaria joined the room. | 23:14:22 |
| 30 Apr 2026 |
EmilioAK | In reply to @alexfmpe:matrix.org messing with some of them can bork your system and force you to log into recovery mode or whatever it's called to repair the plist files manually Thanks for the heads up! I was thinking of making a pull request for this because it did seem very straightforward, but I’ll hold off then 😅 | 10:17:29 |
alexfmpe | Maybe it is for some/most settings | 10:29:45 |
alexfmpe | I just don't know how to tell | 10:29:51 |
| isabel changed their profile picture. | 18:47:19 |
| Daniel joined the room. | 23:24:23 |
| 1 May 2026 |
| louis joined the room. | 19:47:11 |
louis | Hi, I am trying to setup an x86_64-darwin laptop for a zero-hydra failure meetup tonight and I am running into:
nixer@Nixers-MBP nix-darwin % sudo nix run nix-darwin/master#darwin-rebuild -- switch
warning: $HOME ('/Users/nixer') is not owned by you, falling back to the one defined in the 'passwd' file ('/var/root')
building the system configuration...
error: a 'aarch64-darwin' with features {} is required to build '/nix/store/fpnqc8vj5inchshwwrb7whp9q0wjqvh7-builder.pl.drv', but I am a 'x86_64-darwin' with features {apple-virt, benchmark, big-parallel, nixos-test}
Hint: the failing derivation has allowSubstitutes set to false, forcing it to be built rather than substituted.
Passing --always-allow-substitutes to force substitution may resolve this failure if the path is available in a substituter.
nixer@Nixers-MBP nix-darwin %
I am using the default flake.nix from the nix-darwin README and fwiw I set system = "x86_64-darwin"; in the darwinSystem call.
Is this a known issue?
| 20:03:05 |
louis | Maybe we can do without nix-darwin, but it would have been nice to pull/install some additional tools on the system, also this is weird. | 20:04:40 |
alexfmpe | good way to brick your system | 22:07:56 |
alexfmpe | huh no | 22:09:29 |
alexfmpe | it can hallucinate even with correct inputs | 22:10:03 |
alexfmpe | it doesn't reason like we do, it does fancy monkey see monkey do | 22:10:42 |
alexfmpe | if there's a house on fire, half the people throwing buckets of water at it and half the people jumping into the well, monkey-see-monkey-do might arrive at the answer of throwing buckets of water at the well or jumping into the fire | 22:14:37 |
alexfmpe | use it as seach engine if you must for discoverability, but don't trust anything it tells you without verifying | 22:15:33 |
alexfmpe | yes the configuration is declarative and you can rollback, but running the actual system gets you side effects | 22:16:51 |
alexfmpe | it might just allucinate a rm -rf into a boot script or whatever | 22:17:29 |
alexfmpe | or mess with your password hash and now how do you login? | 22:18:00 |
alexfmpe | extra fun if a pass is needed to unecrypt the disk | 22:18:25 |
alexfmpe | I'd add that not even understanding how LLMs can screw you over should be a big reason not to use them | 22:19:39 |
| 2 May 2026 |
viraptor | That's a scary view. But in practice you can disallow running any commands and check the changes made. In that scenario it's not different from finding a solution from an unknown source on discourse. Just don't YOLO things. Hallucinations as such are extremely rare if you're running against an existing repo these days. | 04:19:25 |
| @ojsef39:matrix.org joined the room. | 11:10:31 |
| @ojsef39:matrix.org left the room. | 11:11:20 |