Nix on macOS | 1156 Members | |
| βThere are still many issues with the Darwin platform but most of it is quite usable.β β http://yves.gnu-darwin.org | 187 Servers |
| Sender | Message | Time |
|---|---|---|
| 13 Nov 2025 | ||
| I suppose you set that because you are using determinate nix | 10:30:05 | |
but definitely remove nixpkgs.hostPlatform | 10:30:17 | |
| I'm actually using Lix | 10:30:36 | |
| oh, interesting | 10:30:47 | |
| in that case you probably want nix.enable = true and have it auto update your lix installation | 10:30:58 | |
| but that also needs settings nix.package to lix | 10:31:04 | |
| you can find an explanation on how to do that here: https://lix.systems/add-to-config/#flake-based-configurations | 10:31:48 | |
basically it's just nix.package = pkgs.lixPackageSets.stable.lix; if you don't care about having nixpkgs-review and other nix-based tools use lix | 10:40:00 | |
| Last week I submitted a fix for a package, that wont build on darwin anymore. Unfortunately the package has no maintainer whatsoever. Is the trick just to be patient? I have no issue with it, since I can build it locally using an overlay, but I think, it would be nice to have it building easily for everyone again. | 10:40:52 | |
| If you got no reviews after a week, you can post it on #review-requests:nixos.org | 10:50:23 | |
| LLVM dropped support for the aarch64-apple-darwin triple in LLVM 20. I believe Tristan tried to get them to keep support, but they said no. | 11:36:42 | |
| I wonder if it's worth having an explicit assertion for anyone that wrongly has this set | 12:01:50 | |
| Thanks! | 13:06:44 | |
| aarch64 cross compilation on m4 mac is cooking rn at 15G | 21:48:17 | |
| python is possibly broken
https://github.com/NixOS/nixpkgs/issues/461396 | 23:27:20 | |
| 14 Nov 2025 | ||
| I added notes to your bug. TL;dr protobuf is looking like the probable culprit | 00:48:44 | |
| So I use the Even on my local machine,
How do I configure the linux builder to sign the generated files so I can distribute the public key to both my local and remote machines? | 03:49:27 | |
| this is what i observe with
| 03:51:06 | |
| 12:55:41 | ||
| Hey I've been using nix on mac for a while and really enjoy it! I just got a new mac and trying to follow the guide on installing nix-darwin from https://github.com/nix-darwin/nix-darwin seems to fail.
Here is the output if i run the command in step 2 of the README.md:
This is a fresh macbook and i tried to follow the steps in the README.md so i'm not sure if I did something wrong or if the README is outdated. | 13:05:30 | |
| did follow the first step that is unfortunately collapsed by default? | 13:07:31 | |
| * did you follow the first step that is unfortunately collapsed by default? | 13:07:34 | |
| referring to "Step 1. Creating flake.nix" | 13:07:57 | |
or if you don't plan to use flakes, then the other instruction telling you to run sudo nix-channel --add first | 13:08:39 | |
| niklaskorz: Thank you. Your message leads me to my mistake. The fix was to run
| 13:20:07 | |
| Nice! | 13:20:36 | |
| Do i understand it correctly or is step 3 kind of redundant in this guide? I have already run darwin-rebuild -- switch in step 2. π | 13:23:42 | |
| * Do i understand it correctly or is step 3 kind of redundant in this guide? I have already run darwin-rebuild -- switch in step 2. π(Referring only to the flakes install instructions) | 13:25:24 | |
| oh yeah that's just meant to show how to apply new changes to your config^^ | 13:43:21 | |
| 18:41:04 | ||