| 21 Dec 2025 |
samasaur | We did some fairly thorough testing before merging the new approach into nix-darwin and AFAIK nobody has run into any issues there | 21:19:00 |
samasaur | which to me implies that the most likely cause is a lack of permissions, since the script runs as root when part of a nix-darwin config but as your user when part of a HM config | 21:20:05 |
| 22 Dec 2025 |
reno | has anyone had issues with python3.withPackages not working with nix-shell. for some reason dropping into nix-shell -p 'python3.withPackages(p: [p.requests ])' then trying import requests from the python3 from the nix-shell fails with a module not found error. same thing works on linux. | 00:47:49 |
reno | * has anyone had issues with python3.withPackages not working with nix-shell? for some reason dropping into nix-shell -p 'python3.withPackages(p: [p.requests ])' then trying import requests from the python3 from the nix-shell fails with a module not found error. same thing works on linux. | 00:48:23 |
K900 | I think this is fixed on latest channels? | 00:49:27 |
K900 | If it's what I think it is | 00:49:46 |
reno | hmm. still there for me on nixpkgs https://nixos.org/channels/nixpkgs-unstable. I just updated channel to see if it went away. will try again tomorrow. | 00:54:08 |
reno | works fine on nixpkgs-25.11-darwin so switched. not sure why I was using unstable anyways. thx. | 01:02:34 |
Randy Eckenrode | YAY. SwiftPM has a way of doing vendored dependencies. | 02:26:23 |
Randy Eckenrode | * | 02:26:40 |