00:44
supersandro2000 has quit [Disconnected by services]
00:44
supersandro2000 has joined #nix-darwin
01:37
iH8c0ff33 has joined #nix-darwin
01:42
iH8c0ff33 has quit [Ping timeout: 265 seconds]
03:38
iH8c0ff33 has joined #nix-darwin
04:13
iH8c0ff33 has quit [Ping timeout: 260 seconds]
04:17
iH8c0ff33 has joined #nix-darwin
04:21
iH8c0ff33 has quit [Ping timeout: 272 seconds]
06:17
iH8c0ff33 has joined #nix-darwin
06:22
iH8c0ff33 has quit [Ping timeout: 260 seconds]
07:30
iH8c0ff33 has joined #nix-darwin
07:56
LnL has joined #nix-darwin
08:04
philr_ has quit [Ping timeout: 264 seconds]
08:19
supersandro2000 has joined #nix-darwin
10:53
philr_ has joined #nix-darwin
11:19
iH8c0ff33 has quit [Ping timeout: 240 seconds]
11:24
iH8c0ff33 has joined #nix-darwin
11:34
domenkozar[m] has quit [Quit: Bridge terminating on SIGTERM]
11:34
thefloweringash has quit [Quit: Bridge terminating on SIGTERM]
11:34
aterius has quit [Quit: Bridge terminating on SIGTERM]
11:34
gtklocker has quit [Quit: Bridge terminating on SIGTERM]
11:34
emily has quit [Quit: Bridge terminating on SIGTERM]
11:34
nicolas[m] has quit [Quit: Bridge terminating on SIGTERM]
11:35
siraben has quit [Quit: Bridge terminating on SIGTERM]
11:35
Ericson2314 has quit [Quit: Bridge terminating on SIGTERM]
11:42
emily has joined #nix-darwin
11:59
thefloweringash has joined #nix-darwin
11:59
nicolas[m] has joined #nix-darwin
11:59
siraben has joined #nix-darwin
11:59
gtklocker has joined #nix-darwin
11:59
Ericson2314 has joined #nix-darwin
11:59
domenkozar[m] has joined #nix-darwin
11:59
aterius has joined #nix-darwin
12:43
iH8c0ff33 has quit [Ping timeout: 240 seconds]
12:46
iH8c0ff33 has joined #nix-darwin
12:54
iH8c0ff33 has quit [Ping timeout: 272 seconds]
12:54
iH8c0ff33 has joined #nix-darwin
12:59
iH8c0ff33 has quit [Ping timeout: 260 seconds]
13:20
iH8c0ff33 has joined #nix-darwin
13:47
nikivi has joined #nix-darwin
13:48
nikivi has quit [Client Quit]
13:52
<
dhess >
Nixpkgs on Big Sur (and Apple Silicon) seem to be working great for me so far... with one exception. python3.8-regex-2020.6.8 won't build, and I have no idea why.
13:52
<
dhess >
anyone got any clues? I don't even understand what it's doing.
13:53
<
dhess >
I'm using nixpkgs ead04a66392bccddd77effe9d46ca3b7e0e06d95, which includes the tbd fixes for Big Sur.
13:53
<
dhess >
everything else is building with no issues so far.
13:54
nikivi has joined #nix-darwin
13:57
<
dhess >
oh is this because of CPython's ctypes stuff?
13:58
<
{^_^} >
python/cpython#22855 (by ronaldoussoren, 5 weeks ago, merged): bpo-41100: Support macOS 11 and Apple Silicon
13:58
<
{^_^} >
python/cpython#21241 (by lawrence-danna-apple, 21 weeks ago, closed): bpo-41100: ctypes: check _dyld_shared_cache_contains_path in find_library
13:59
<
supersandro2000 >
ld: file not found: /usr/lib/system/libcache.dylib for architecture x86_64
14:00
<
supersandro2000 >
yeah you right nvm
14:00
<
supersandro2000 >
3.10.0a3 would probably include it
14:02
<
{^_^} >
python/cpython#23295 (by ronaldoussoren, 1 week ago, merged): [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
14:02
<
dhess >
but hasn't been backported to 3.8 yet
14:03
<
dhess >
ok question: is there a way with overlays to replace the python3Packages used by all derivations?
14:07
<
supersandro2000 >
nvm. Don't listen to me 😂
14:07
<
supersandro2000 >
Doesn't python3Packages default to python38Packages right now?
14:08
<
supersandro2000 >
just point it to python39Packages and rebuild everything
14:08
<
dhess >
yeah, and there's no fix for this for 3.8 at the moment.
14:08
<
supersandro2000 >
you just said that. Derp
14:09
<
dhess >
I'd prefer not to fork nixpkgs just to work around this, which is what I think you're proposing.
14:09
<
dhess >
maybe that will work in an overlay? I'll try it.
14:09
<
dhess >
I suspect there are at least some packages that override it and it won't work for everything.
14:10
<
dhess >
like anything that does `foo = callPackage foo.nix { python3Packages = python38Packages; };` or similar
14:10
<
supersandro2000 >
pkgs/top-level/all-packages.nix +10477
14:10
<
dhess >
yes, like I said, would rather not have to fork nixpkgs to fix this.
14:13
<
dhess >
however, there are so many meta-Python packages in all-packages.nix, it looks kind of unavoidable.
14:21
<
{^_^} >
#105038 (by dhess, 50 seconds ago, open): Python's ctypes broken on macOS Big Sur
14:25
<
supersandro2000 >
Why are you not just using python39 in your config?
14:27
<
supersandro2000 >
and packages that have python as an input need an override
14:29
<
dhess >
well for one thing, that backport is 4 days old and there's no new 3.9 release yet, so that wouldn't solve my problem.
14:35
<
supersandro2000 >
overlay with a patch?
15:08
iH8c0ff33 has quit [Ping timeout: 265 seconds]
15:08
Mic92 has quit [Quit: WeeChat 3.0]
15:10
iH8c0ff33 has joined #nix-darwin
15:16
supersandro2000 has quit [Ping timeout: 265 seconds]
15:21
Mic92 has joined #nix-darwin
15:53
iH8c0ff33 has quit [Ping timeout: 256 seconds]
15:56
iH8c0ff33 has joined #nix-darwin
16:59
nikivi has joined #nix-darwin
17:21
nikivi has joined #nix-darwin
17:35
nikivi has joined #nix-darwin
17:35
nikivi has quit [Client Quit]
17:35
supersandro2000 has joined #nix-darwin
17:36
nikivi has joined #nix-darwin
17:44
philr_ has quit [Ping timeout: 240 seconds]
18:00
iH8c0ff33 has quit [Ping timeout: 264 seconds]
18:09
iH8c0ff33 has joined #nix-darwin
18:49
iH8c0ff33 has quit [Ping timeout: 240 seconds]
18:59
zimbatm_ is now known as zimbatm
19:12
abathur has quit [Quit: abathur]
19:15
iH8c0ff33 has joined #nix-darwin
21:36
iH8c0ff33 has quit [Ping timeout: 256 seconds]
21:42
<
ProofTechnique >
Am I missing something with overlays and the home-manager module? I've got some overlays that ought to work, but trying to use the packages in `home.packages` doesn't seem to work :(
21:42
<
ProofTechnique >
I don't have `nixpkgs.overlays` set in my config (instead setting `nixpkgs-overlays` in my `NIX_PATH`)
21:44
<
ProofTechnique >
Actually, huh, I guess they don't work with `environment.systemPackages`, either
21:44
iH8c0ff33 has joined #nix-darwin
21:45
<
ProofTechnique >
Oh, it's because setting them with `-I` is
_not_ getting passed along to everything else
21:45
<
LnL >
nixpkgs-overlays or ~/.config/nixpkgs/overlays don't influence declarative stuff
21:46
<
ProofTechnique >
Oh, really? I thought at least the NIX_PATH one was supposed to, but I guess I was mistaken. I'll set nixpkgs.overlays, then
21:50
<
ProofTechnique >
Well, that's certainly doing a lot more work than it was doing before :D
21:50
<
ProofTechnique >
Thanks for the sanity check
22:03
heywoodlh has joined #nix-darwin
22:23
hedgie__ is now known as hedgie
22:30
philr_ has joined #nix-darwin
23:08
iH8c0ff33 has quit [Ping timeout: 256 seconds]
23:26
zimbatm has quit [Ping timeout: 272 seconds]
23:33
iH8c0ff33 has joined #nix-darwin
23:36
zimbatm has joined #nix-darwin
23:38
iH8c0ff33 has quit [Ping timeout: 272 seconds]