3 Jun 2025 |
| @sally:catgirl.cloud left the room. | 16:45:01 |
4 Jun 2025 |
| yadov3k joined the room. | 11:43:11 |
yadov3k | Hi, does https://github.com/NixOS/nix/blob/4751cbef6303d10479f3db1b13db69197d9c3446/src/libstore/include/nix/store/globals.hh#L439 mean that once i build a nix docker image and do not include the "nixbld" group into the docker image, i run into the situation that inside the docker image, maximum parallel nix builds are = 1? | 11:44:10 |
yadov3k | * Hi, does build-users-group / https://github.com/NixOS/nix/blob/4751cbef6303d10479f3db1b13db69197d9c3446/src/libstore/include/nix/store/globals.hh#L439 mean that once i build a nix docker image and do not include the "nixbld" group into the docker image, i run into the situation that inside the docker image, maximum parallel nix builds are = 1? | 11:45:44 |
K900 | Inside a Docker image Nix is running as single user anyway | 12:19:10 |
yadov3k | thats right, i'm talking about the build where i can set "max-jobs 16" or similar | 13:04:29 |
K900 | In single user mode all builds run as your own user | 13:05:11 |
loudgolem | In reply to @kilian:holzinger.bayern Hi, how do I build the nix manual? https://wiki.nixos.org/wiki/Nixpkgs/Manuals | 16:14:42 |
loudgolem | In reply to @kilian:holzinger.bayern Hi, how do I build the nix manual? * https://wiki.nixos.org/wiki/Nixpkgs/Manuals#nix_manual | 16:15:18 |
yadov3k | according to your answer, this should not happen inside the docker image, correct?
| 16:19:07 |
yadov3k | Redacted or Malformed Event | 16:19:08 |
yadov3k | Redacted or Malformed Event | 16:19:32 |
yadov3k | Redacted or Malformed Event | 16:20:11 |
yadov3k | hmm, screenshot upload is not possible apparently,
ls /tmp
...
4 drwxr-xr-x 11 root root 4096 Jun 3 06:52 nix-13888-0
4 drwx------ 3 nixbld16 nixbld 4096 Jun 3 11:42 nix-build-purs-0.15.15.drv-0
4 drwx------ 5 nixbld1 nixbld 4096 Jun 3 11:35 nix-build-website.drv-0
4 drwxr-xr-x 2 root root 4096 Jun 3 10:54 nix-develop-24156-1
4 -rw------- 1 root root 338 Jun 3 09:35 nix-git-submodules.A53KSf
| 16:20:53 |
K900 | Which Docker image is that? | 16:23:07 |
| 0x4A6F joined the room. | 16:57:16 |
5 Jun 2025 |
yadov3k | https://github.com/NixOS/nix/blob/master/docker.nix#L152 https://hub.docker.com/r/nixos/nix | 07:34:14 |
6 Jun 2025 |
| h0nig2k joined the room. | 08:35:57 |
| @joei:envs.net left the room. | 15:50:00 |
| jakobkukla joined the room. | 22:32:31 |
7 Jun 2025 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) left the room. | 22:13:53 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) joined the room. | 23:45:28 |
8 Jun 2025 |
| pveierland joined the room. | 00:19:02 |
pveierland | How can the nix eval cache database store attribute names in a text database column (unicode) if attribute names are nix strings that do not have character encoding? | 00:19:18 |
emily | have you tried to break it? | 00:29:00 |
emily | I wouldn't be surprised if it just breaks | 00:29:03 |
emily | IIRC passing non-ASCII attribute names via the CLI might not work though | 00:29:09 |
pveierland | No, just trying to confirm my understanding of the data model | 00:30:14 |
emily | I suspect the answer is that it wasn't really thought about :) | 00:35:01 |
emily | Nix string handling is sort of weird | 00:35:13 |