!eWOErHSaiddIbsUNsJ:nixos.org

NixOS CUDA

324 Members
CUDA packages maintenance and support in nixpkgs | https://github.com/orgs/NixOS/projects/27/ | https://nixos.org/manual/nixpkgs/unstable/#cuda64 Servers

Load older messages


SenderMessageTime
2 May 2026
@graysontinker:matrix.orggraysontinkerSame issue here21:53:00
@justdeeevin:matrix.orgDevinprobably related21:53:19
@hexa:lossy.networkhexa502 bad gateway is an nginx response21:53:34
@hexa:lossy.networkhexaeither harmonia is down or nginx can't access the unix socket21:53:48
@hexa:lossy.networkhexaRedacted or Malformed Event21:54:01
@hexa:lossy.networkhexaRedacted or Malformed Event21:54:10
@busti:leitstelle511.net@busti:leitstelle511.netWell, time to find out how long it takes my PC to build Blender21:54:19
@hexa:lossy.networkhexalong.21:54:24
@hexa:lossy.networkhexaenjoy21:54:27
@busti:leitstelle511.net@busti:leitstelle511.netIt's been at it for 2 hours already :P21:54:41
@justdeeevin:matrix.orgDevinhow on earth do i get rid of it as a substituter though 😭 i can't build a new config with it disabled because of the 50221:55:07
@busti:leitstelle511.net@busti:leitstelle511.net* It's been at it for 1 hour already :P21:55:25
@hexa:lossy.networkhexaedit nix.conf21:55:51
@glepage:matrix.orgGaétan LepageIt's done indeed. I'm investigating21:56:19
@winter:catgirl.cloudWinterit should definitely fall back to your other substituters or building from source21:56:22
@justdeeevin:matrix.orgDevinjust blows up21:56:36
@glepage:matrix.orgGaétan Lepage* It's down indeed. I'm investigating21:57:45
@graysontinker:matrix.orggraysontinkerYeah, it just refuses to work. Looking at the code I'm not clear why though21:57:45
@justdeeevin:matrix.orgDevincan't edit nix.conf—it's generated by nixos and lives in the nix store so it's readonly21:58:05
@hexa:lossy.networkhexarm nix.conf21:58:25
@hexa:lossy.networkhexaor rather21:58:29
@hexa:lossy.networkhexamv nix.conf{,.bak}21:58:33
@justdeeevin:matrix.orgDevinDUH21:58:34
@hexa:lossy.networkhexacp nix.conf{.bak,}21:58:41
@hexa:lossy.networkhexaand edit :D21:58:44
@justdeeevin:matrix.orgDevinty22:01:02
@loving-melody:matrix.orgMelody joined the room.22:04:40
@justdeeevin:matrix.orgDevin

okay so

$ diff /etc/nix/nix.conf < /etc/nix/nix.conf.bak
< substituters = https://nix-community.cachix.org/ https://cache.nixos.org/
---
> substituters = https://nix-community.cachix.org/ https://cache.nixos-cuda.org/ https://cache.nixos.org/
15c15
< trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
---
> trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=


$ nh os switch /home/devin/nix-config
error:
       … while calling the 'head' builtin
         at «github:nixos/nixpkgs/15f4ee454b1dce334612fa6843b3e05cf546efab?narHash=sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM%2BZ4%3D»/lib/attrsets.nix:1712:13:
         1711|           if length values == 1 || pred here (elemAt values 1) (head values) then
         1712|             head values
             |             ^
         1713|           else

       … while evaluating the attribute 'value'
         at «github:nixos/nixpkgs/15f4ee454b1dce334612fa6843b3e05cf546efab?narHash=sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM%2BZ4%3D»/lib/modules.nix:1166:7:
         1165|     // {
         1166|       value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |       ^
         1167|       inherit (res.defsFinal') highestPrio;

       … while evaluating the option `system.build.toplevel':

       … while evaluating definitions from `/nix/store/wjfxdzblindbl9sp2hbwhi4iyh5jh348-source/nixos/modules/system/activation/top-level.nix':

       … while evaluating the option `home-manager.users.devin.home.file':

       … while evaluating definitions from `/nix/store/54pwggrv42vxx9bj6rlccq2dk6cazrj5-source/modules/hm':

       … while evaluating the option `home-manager.users.devin.programs.nixcord.config.themes':

       … while evaluating definitions from `/nix/store/vvhsnhz2c15zdcdj1vchhcwixd4pxspy-source/global/graphical/discord.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: unable to download 'https://cache.nixos-cuda.org/64p5qz6fkdvvyd5j21g8fvs822jiw0ih.narinfo': HTTP error 502
22:05:31
@justdeeevin:matrix.orgDevin *

okay so

$ diff /etc/nix/nix.conf < /etc/nix/nix.conf.bak
< substituters = https://nix-community.cachix.org/ https://cache.nixos.org/
---
> substituters = https://nix-community.cachix.org/ https://cache.nixos-cuda.org/ https://cache.nixos.org/
15c15
< trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
---
> trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=

$ nh os switch /home/devin/nix-config
error:
       … while calling the 'head' builtin
         at «github:nixos/nixpkgs/15f4ee454b1dce334612fa6843b3e05cf546efab?narHash=sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM%2BZ4%3D»/lib/attrsets.nix:1712:13:
         1711|           if length values == 1 || pred here (elemAt values 1) (head values) then
         1712|             head values
             |             ^
         1713|           else

       … while evaluating the attribute 'value'
         at «github:nixos/nixpkgs/15f4ee454b1dce334612fa6843b3e05cf546efab?narHash=sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM%2BZ4%3D»/lib/modules.nix:1166:7:
         1165|     // {
         1166|       value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |       ^
         1167|       inherit (res.defsFinal') highestPrio;

       … while evaluating the option `system.build.toplevel':

       … while evaluating definitions from `/nix/store/wjfxdzblindbl9sp2hbwhi4iyh5jh348-source/nixos/modules/system/activation/top-level.nix':

       … while evaluating the option `home-manager.users.devin.home.file':

       … while evaluating definitions from `/nix/store/54pwggrv42vxx9bj6rlccq2dk6cazrj5-source/modules/hm':

       … while evaluating the option `home-manager.users.devin.programs.nixcord.config.themes':

       … while evaluating definitions from `/nix/store/vvhsnhz2c15zdcdj1vchhcwixd4pxspy-source/global/graphical/discord.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: unable to download 'https://cache.nixos-cuda.org/64p5qz6fkdvvyd5j21g8fvs822jiw0ih.narinfo': HTTP error 502
22:05:44
@justdeeevin:matrix.orgDevin *

okay so

$ diff /etc/nix/nix.conf < /etc/nix/nix.conf.bak
13c13
< substituters = https://nix-community.cachix.org/ https://cache.nixos.org/
---
> substituters = https://nix-community.cachix.org/ https://cache.nixos-cuda.org/ https://cache.nixos.org/
15c15
< trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
---
> trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=

$ nh os switch /home/devin/nix-config
error:
       … while calling the 'head' builtin
         at «github:nixos/nixpkgs/15f4ee454b1dce334612fa6843b3e05cf546efab?narHash=sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM%2BZ4%3D»/lib/attrsets.nix:1712:13:
         1711|           if length values == 1 || pred here (elemAt values 1) (head values) then
         1712|             head values
             |             ^
         1713|           else

       … while evaluating the attribute 'value'
         at «github:nixos/nixpkgs/15f4ee454b1dce334612fa6843b3e05cf546efab?narHash=sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM%2BZ4%3D»/lib/modules.nix:1166:7:
         1165|     // {
         1166|       value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |       ^
         1167|       inherit (res.defsFinal') highestPrio;

       … while evaluating the option `system.build.toplevel':

       … while evaluating definitions from `/nix/store/wjfxdzblindbl9sp2hbwhi4iyh5jh348-source/nixos/modules/system/activation/top-level.nix':

       … while evaluating the option `home-manager.users.devin.home.file':

       … while evaluating definitions from `/nix/store/54pwggrv42vxx9bj6rlccq2dk6cazrj5-source/modules/hm':

       … while evaluating the option `home-manager.users.devin.programs.nixcord.config.themes':

       … while evaluating definitions from `/nix/store/vvhsnhz2c15zdcdj1vchhcwixd4pxspy-source/global/graphical/discord.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: unable to download 'https://cache.nixos-cuda.org/64p5qz6fkdvvyd5j21g8fvs822jiw0ih.narinfo': HTTP error 502
22:06:28

Show newer messages


Back to Room ListRoom Version: 9