| 20 Dec 2024 |
vhsconnect | I went with the yellow motif | 17:57:23 |
vhsconnect | It's gonna be whatever color yellow they have in stock though 😓 | 17:57:55 |
igorramazanov | In an ideal world it'd make sense, perhaps, using same colors as on the flag 🤷♂️ | 18:49:19 |
| 1 Jan 2025 |
| NixOS Moderation Botchanged room power levels. | 14:26:09 |
| 5 Jan 2025 |
vhsconnect |  Download 1000001795.jpg | 10:07:12 |
vhsconnect | Got the sweaters ! | 10:08:08 |
| 6 Jan 2025 |
lillecarl | #! /usr/bin/env bash
padd() {
# Use nix to build and get the output paths
for path in $(nix build nixpkgs#$1 --print-out-paths --no-link); do
bin="$path/bin"
# Check if the directory exists
if [ -d "$bin" ]; then
echo "Added $bin to PATH"
# Prepend the bin directory to PATH
PATH="$bin:$PATH"
fi
done
}
Add a package to path in your running shell fish version available here
| 05:06:27 |
lillecarl | * #! /usr/bin/env bash
padd() {
# Use nix to build and get the output paths
for path in $(nix build nixpkgs#$1 --print-out-paths --no-link); do
bin="$path/bin"
# Check if the directory exists
if [ -d "$bin" ]; then
echo "Added $bin to PATH"
# Prepend the bin directory to PATH
PATH="$bin:$PATH"
fi
done
}
Add a package to path in your running shell fish version available here
| 05:06:53 |
lillecarl | * #! /usr/bin/env bash
padd() {
# Use nix to build and get the output paths
for path in $(nix build nixpkgs#$1 --print-out-paths --no-link); do
bin="$path/bin"
# Check if the directory exists
if [ -d "$bin" ]; then
echo "Added $bin to PATH"
# Prepend the bin directory to PATH
PATH="$bin:$PATH"
fi
done
}
Add a package to path in your running shell fish version available here
Usage: padd cowsay
| 21:24:05 |
| 13 Jan 2025 |
markuskowa | Hi and happy new to everyone! We should kick off the new Nix year with a meeting, specially since the hoodies are ready.
How about Wednesday, January 29th? | 20:34:28 |
Claes | Happy new year ! That day works for me | 21:15:34 |
| 15 Jan 2025 |
markuskowa | Redacted or Malformed Event | 12:14:27 |
markuskowa | vhsconnect: does the 29.01. work for you? | 21:00:10 |
| 17 Jan 2025 |
vhsconnect | Yes absolutely 👍 | 01:23:33 |
| 18 Jan 2025 |
markuskowa | Ok, then let's go with Wednesday 29th of January. Should we meet at the hotel bar or does anyone want to host? | 17:41:45 |
vhsconnect | Happy to meet at the hotel personally :) | 21:27:37 |
| 20 Jan 2025 |
| adisbladis joined the room. | 04:28:26 |
| 22 Jan 2025 |
markuskowa | Ok, then let's go for next Wednesday, January 29th, 18:00 at the Nordic Light hotel. | 18:49:14 |
| 29 Jan 2025 |
Terje Larsen | Where is it at, me and a friend arrived early | 16:43:35 |
Terje Larsen | (We went inside the 11) | 16:43:57 |
Claes | I have arrived! Quite busy here actually | 16:53:23 |
Claes | I am by the brown sofas close to entrance | 16:53:53 |
Pradip Caulagi | I am on my way as well - 5/10 mins more | 16:59:36 |
markuskowa | @claesatwork:matrix.org: https://zenoh.io is the new mqtt | 19:16:11 |
markuskowa |  Download 20250129_210124.jpg | 20:02:08 |
markuskowa | Big thanks to @vhsconnect:matrix.org: for organizing the nixos Stockholm sweaters! | 20:02:53 |
| 30 Jan 2025 |
Claes |  Download 1000004784.jpg | 22:11:48 |
Claes | @lillecarl:matrix.org: 🎉 | 22:12:05 |
| 31 Jan 2025 |
lillecarl | fish is the way! 😁 | 13:57:59 |
markuskowa | When i just do nix "run nixpkgs#fish" I lose all the command specific shell completions that I have in bash. Is there a way to preserve that? | 16:41:27 |