!lheuhImcToQZYTQTuI:nixos.org

Nix on macOS

1162 Members
“There are still many issues with the Darwin platform but most of it is quite usable.” — http://yves.gnu-darwin.org187 Servers

Load older messages


SenderMessageTime
15 Nov 2025
@reckenrode:matrix.orgRandy Eckenrode Oh, neat. How long has dxvk_1 been broken on stable? 19:51:28
@reckenrode:matrix.orgRandy Eckenrode

Did something change with fetchgit?

exporting https://github.com/ValveSoftware/wine.git (rev 21e0d244da3336a640006e4e25ae28d7612a2c3c) into /nix/store/9bmh93riz66jlsvn8f5g8yr2cg0ksip7-wine-21e0d24
Initialized empty Git repository in /nix/store/9bmh93riz66jlsvn8f5g8yr2cg0ksip7-wine-21e0d24/.git/
fatal: unable to access 'https://github.com/ValveSoftware/wine.git/': Could not resolve host: github.com (Could not contact DNS servers)
fatal: unable to access 'https://github.com/ValveSoftware/wine.git/': Could not resolve host: github.com (Could not contact DNS servers)
fatal: unable to access 'https://github.com/ValveSoftware/wine.git/': Could not resolve host: github.com (Could not contact DNS servers)
Unable to checkout 21e0d244da3336a640006e4e25ae28d7612a2c3c from https://github.com/ValveSoftware/wine.git.
19:54:55
@reckenrode:matrix.orgRandy EckenrodeI’m trying to do a sparse checkout. I see there was a whole bunch of stuff that changed a few weeks ago.19:57:36
@reckenrode:matrix.orgRandy Eckenrode I wonder if dxvk_2 builds …. 19:58:42
@reckenrode:matrix.orgRandy EckenrodeProbably not. I wish people would open issues, but I suspect many are using a community-maintained derivation instead. 😭20:00:59
16 Nov 2025
@colemickens:matrix.orgcolemickens 🏳️‍🌈so can I pass my own pkgs to darwinSystem rather than darwinSystem implicitly using its nixpkgs input?00:58:33
@ihar.hrachyshka:matrix.orgIhar Hrachyshka Enzime: please check https://github.com/NixOS/nixpkgs/pull/457408#discussion_r2490443918 so that we can proceed fixing wrapped firefox-bin on darwin 01:06:48
@k900:0upti.meK900FYI: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1429001:13:49
@k900:0upti.meK900 Mesa 25.3 fails to build on Darwin, AGAIN 01:13:51
@k900:0upti.meK900 I will pick the patches linked on there later 01:14:06
@reckenrode:matrix.orgRandy EckenrodeIsn’t that the release that adds KosmicKrisp?01:43:56
@colemickens:matrix.orgcolemickens 🏳️‍🌈Is cachix broken on nixpkgs-unstable / aarch64-darwin? or am I doing something terribly wrong?01:58:02
@ivy:faggot.shivyit is01:59:29
@colemickens:matrix.orgcolemickens 🏳️‍🌈"great" :)02:07:21
@colemickens:matrix.orgcolemickens 🏳️‍🌈thank you for confirming, good luck to the investigation/fix :)02:07:29
@colemickens:matrix.orgcolemickens 🏳️‍🌈Okay, any hints as to why I'm building fish :)02:22:18
@colemickens:matrix.orgcolemickens 🏳️‍🌈(I did find the issue for it's current build failure, but not sure why my config is even pulling it in - about to try spelunking with nix why-depends...)02:22:50
@colemickens:matrix.orgcolemickens 🏳️‍🌈sigh, it's direnv I think02:25:19
@colemickens:matrix.orgcolemickens 🏳️‍🌈Even though I don't have fish support enabled? :/ Hmph.02:25:51
@colemickens:matrix.orgcolemickens 🏳️‍🌈yup there it is : https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/di/direnv/package.nix02:26:48
@colemickens:matrix.orgcolemickens 🏳️‍🌈unfortunate.02:26:51
@reckenrode:matrix.orgRandy EckenrodeWTF. Does Lix not support IPv6?03:34:15
@winter:catgirl.cloudWinteranyone know why this issue would only happen on Darwin? https://github.com/NixOS/nixpkgs/pull/46209003:47:07
@reckenrode:matrix.orgRandy Eckenrode

c-ares doesn’t seem to support IPv6 link-local DNS servers even though it should. 😬

$ nix shell nixpkgs-unstable#c-ares --command adig @fe80::2e0:67ff:fe15:ced3%en0 google.com

; <<>> c-ares DiG 1.34.5 <<>> google.com
;; No DNS servers were configured
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 0
;; flags:; QUERY: 0, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;; MSG SIZE  rcvd: 0

Failed to create query for google.com: No DNS servers were configured
$ dig @fe80::2e0:67ff:fe15:ced3%en0 google.com
; <<>> DiG 9.10.6 <<>> @fe80::2e0:67ff:fe15:ced3%en0 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37808
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;google.com.                    IN      A

;; ANSWER SECTION:
google.com.             226     IN      A       142.250.191.206

;; Query time: 7 msec
;; SERVER: fe80::2e0:67ff:fe15:ced3%14#53(fe80::2e0:67ff:fe15:ced3%14)
;; WHEN: Sat Nov 15 23:02:09 EST 2025
;; MSG SIZE  rcvd: 55
04:03:07
@reckenrode:matrix.orgRandy Eckenrode *

c-ares doesn’t seem to support IPv6 link-local DNS servers even though it should. 😬

$ nix shell nixpkgs-unstable#c-ares --command adig @fe80::2e0:67ff:fe15:ced3%en0 google.com
; <<>> c-ares DiG 1.34.5 <<>> google.com
;; No DNS servers were configured
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 0
;; flags:; QUERY: 0, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;; MSG SIZE  rcvd: 0

Failed to create query for google.com: No DNS servers were configured
$ dig @fe80::2e0:67ff:fe15:ced3%en0 google.com
; <<>> DiG 9.10.6 <<>> @fe80::2e0:67ff:fe15:ced3%en0 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37808
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;google.com.                    IN      A

;; ANSWER SECTION:
google.com.             226     IN      A       142.250.191.206

;; Query time: 7 msec
;; SERVER: fe80::2e0:67ff:fe15:ced3%14#53(fe80::2e0:67ff:fe15:ced3%14)
;; WHEN: Sat Nov 15 23:02:09 EST 2025
;; MSG SIZE  rcvd: 55
04:03:21
@reckenrode:matrix.orgRandy Eckenrode *

c-ares doesn’t seem to support IPv6 link-local DNS servers even though it should. 😬

$ nix shell nixpkgs-unstable#c-ares --command adig @fe80::2e0:67ff:fe15:ced3%en0 google.com
; <<>> c-ares DiG 1.34.5 <<>> google.com
;; No DNS servers were configured
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 0
;; flags:; QUERY: 0, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;; MSG SIZE  rcvd: 0

Failed to create query for google.com: No DNS servers were configured
$ dig @fe80::2e0:67ff:fe15:ced3%en0 google.com
; <<>> DiG 9.10.6 <<>> @fe80::2e0:67ff:fe15:ced3%en0 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37808
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;google.com.                    IN      A

;; ANSWER SECTION:
google.com.             226     IN      A       142.250.191.206

;; Query time: 7 msec
;; SERVER: fe80::2e0:67ff:fe15:ced3%14#53(fe80::2e0:67ff:fe15:ced3%14)
;; WHEN: Sat Nov 15 23:02:09 EST 2025
;; MSG SIZE  rcvd: 55
04:06:11
@reckenrode:matrix.orgRandy Eckenrode *

c-ares doesn’t seem to support IPv6 link-local DNS servers even though it should. 😬

$ nix shell nixpkgs-unstable#c-ares --command adig @fe80::2e0:67ff:fe15:ced3%en0 google.com

; <<>> c-ares DiG 1.34.5 <<>> google.com
;; No DNS servers were configured
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 0
;; flags:; QUERY: 0, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;; MSG SIZE  rcvd: 0

Failed to create query for google.com: No DNS servers were configured
$ dig @fe80::2e0:67ff:fe15:ced3%en0 google.com
; <<>> DiG 9.10.6 <<>> @fe80::2e0:67ff:fe15:ced3%en0 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37808
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;google.com.                    IN      A

;; ANSWER SECTION:
google.com.             226     IN      A       142.250.191.206

;; Query time: 7 msec
;; SERVER: fe80::2e0:67ff:fe15:ced3%14#53(fe80::2e0:67ff:fe15:ced3%14)
;; WHEN: Sat Nov 15 23:02:09 EST 2025
;; MSG SIZE  rcvd: 55
04:06:20
@reckenrode:matrix.orgRandy Eckenrode *

c-ares doesn’t seem to support IPv6 link-local DNS servers even though it should. 😬

$ nix shell nixpkgs-unstable#c-ares --command adig @fe80::2e0:67ff:fe15:ced3%en0 google.com

; <<>> c-ares DiG 1.34.5 <<>> google.com
;; No DNS servers were configured
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 0
;; flags:; QUERY: 0, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;; MSG SIZE  rcvd: 0

Failed to create query for google.com: No DNS servers were configured
$ dig @fe80::2e0:67ff:fe15:ced3%en0 google.com

; <<>> DiG 9.10.6 <<>> @fe80::2e0:67ff:fe15:ced3%en0 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37808
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;google.com.                    IN      A

;; ANSWER SECTION:
google.com.             226     IN      A       142.250.191.206

;; Query time: 7 msec
;; SERVER: fe80::2e0:67ff:fe15:ced3%14#53(fe80::2e0:67ff:fe15:ced3%14)
;; WHEN: Sat Nov 15 23:02:09 EST 2025
;; MSG SIZE  rcvd: 55
04:06:43
@reckenrode:matrix.orgRandy Eckenrode Doing some printf debugging of c-ares, it doesn’t appear to be picking up the network interface when it gets the resolver. ☹️ 05:02:26
@reckenrode:matrix.orgRandy Eckenrode channel->sock_funcs isn’t being set up correctly. I wonder if this ever worked on Darwin. 06:01:18

Show newer messages


Back to Room ListRoom Version: 6