| 3 Mar 2026 |
nojus | * https://github.com/NixOS/nixpkgs/pull/487401
kann jemand mit commit access das mergen?
obsidian version bump mit approvals von leuten die sagen das es tut | 13:19:13 |
nojus | ty ❤️ | 13:20:09 |
hexa | https://editor.p5js.org/isohedral/full/vJa5RiZWs | 14:32:20 |
| 8 Mar 2026 |
| @luzifer2222:matrix.org left the room. | 12:48:16 |
| 9 Mar 2026 |
Tom (SC-O-Mat when) | Zur Erinnerung: Heute Abend ist ein Meetup https://discourse.nixos.org/t/nixos-meetup-darmstadt-2026-03-09/75611 | 10:46:27 |
emily | https://md.darmstadt.ccc.de/nixda-202603 | 18:13:43 |
hexa | @peng0in https://nix.dev/manual/nix/2.34/command-ref/conf-file.html#conf-builders | 18:22:37 |
| pxct joined the room. | 18:27:24 |
hexa | #NixOS Mailserver | 18:32:13 |
| Astreaprtcl joined the room. | 18:32:31 |
hexa | https://aur.archlinux.org/packages/light?O=10#comment-957514 | 18:45:43 |
hexa | https://de.wikipedia.org/wiki/Perkele_(Schimpfwort) | 18:48:14 |
hexa | muss man wissen | 18:48:17 |
deraffe |
WARNING: This project is considered orphaned since the 8th of March, 2023. Use is heavily discouraged until such a time that it is adopted by another developer.
https://web.archive.org/web/20240205041912/https://github.com/perkele1989/light
| 18:52:03 |
Rutile (rootile) | https://git.lix.systems/lix-project/lix/src/branch/main/doc/manual/src/advanced-topics/distributed-builds.md#configuration
pssst lix kann bald (release ist in arbeit) toml builders | 19:11:09 |
emily | wurde vor ort auch erwähnt, no worries | 19:11:37 |
piegames | https://git.afnix.fr/ | 20:23:32 |
Tom (SC-O-Mat when) | Um für seinen absoluten Lieblingsserver stimmen zu können aktiviert man doch gerne mal den internet.t-d1.de APN.
Da ist dann ja noch nicht mal NAT im Spiel. | 20:44:15 |
| 11 Mar 2026 |
| etwas joined the room. | 11:31:28 |
| 12 Mar 2026 |
Tom (SC-O-Mat when) | Heute und gestern war GitHub ja mal wieder eine Premium Erfahrung 🦄 | 04:20:50 |
Tom (SC-O-Mat when) | https://github.blog/news-insights/company-news/addressing-githubs-recent-availability-issues-2/ | 04:20:53 |
| 14 Mar 2026 |
hexa | #!/bin/sh
set -eu
# export its dependency tree from the nix store and compress it into an
# archive that allows reusing the build results between various jobs
# shellcheck disable=SC2046
nix-store --export \
$(nix-store --query --requisites \
$(readlink result) \
) | \
nix run \
--inputs-from ./. \
nixpkgs#zstd \
-- \
-9 \
-T0 \
-o "${NIX_CACHE_FILE}.nar.zst"
#!/bin/sh
test -f "${NIX_CACHE_FILE}.nar.zst" || exit 0
# unpack compresed nar archive
nix run --inputs-from ./. nixpkgs#zstd -- --decompress "${NIX_CACHE_FILE}.nar.zst"
# import nar archive into store
nix-store --import < "${NIX_CACHE_FILE}.nar"
| 00:02:56 |
hexa | ich nehme abschied von diesen beiden scripts, die mir build results durch den gitlab cache gepiped haben | 00:03:25 |
hexa | 👋 | 00:03:31 |
hexa | wächst jetzt und wird ein attic deployment | 00:04:01 |
dotlambda | Wieso nicht niks3? | 00:12:49 |
hexa | hab ich mir noch nicht weiter angeschaut | 00:19:19 |
hexa | magst du das empfehlen? | 00:19:40 |
hexa | bin noch nicht locked in | 00:19:43 |
niklaskorz | In reply to @robert:funklause.de Wieso nicht niks3? Das ist aber nur für Public cache geeignet dachte ich? | 07:17:22 |