| 13 Oct 2025 |
Sofie 🏳️⚧️ (she/her) | :3 | 10:37:18 |
| MoonstoneHearts set a profile picture. | 10:47:47 |
| MoonstoneHearts changed their profile picture. | 10:48:34 |
| Quentin Guilloteau joined the room. | 11:22:31 |
| ⛧-66642 [lucy] joined the room. | 12:00:33 |
| ekler joined the room. | 12:34:38 |
lillecarl | Is
builtins.fetchTree "github:NixOS/nixpkgs/nixos-unstable"
Coming to Lix? 😄 It's minor but nicer than the attrset version
| 13:06:25 |
lillecarl | * Is
builtins.fetchTree "github:NixOS/nixpkgs/nixos-unstable"
Coming to Lix? 😄 It's minor but nicer than the attrset version, and people already know it from flakes
| 13:08:56 |
| @polytroid:matrix.org left the room. | 13:47:30 |
| azularina joined the room. | 14:01:36 |
ekler | getFlake is already a bit buggy, and this syntax just seems like a duplicate of that?
| 14:31:44 |
| draupnirchanged room power levels. | 14:32:59 |
QuadRadical (Ping) | sure go ahead! | 14:37:50 |
QuadRadical (Ping) | its in this flake: https://codeberg.org/polyphony/chorus/ | 14:38:07 |
raitobezarius | thanks | 14:39:57 |
QuadRadical (Ping) | oops | 14:40:17 |
QuadRadical (Ping) | sorry, its specifically my fork of that | 14:40:21 |
QuadRadical (Ping) | https://codeberg.org/Henry-Hiles/chorus/src/branch/dev | 14:40:34 |
raitobezarius | can you provide the nix command you use? | 14:41:33 |
raitobezarius | thanks | 14:41:34 |
QuadRadical (Ping) | sure! NIX_REMOTE=local sudo strace -fyy nix build --no-sandbox .#checks.x86_64-linux.nextest --rebuild | 14:43:52 |
QuadRadical (Ping) | sure! NIX_REMOTE=local sudo nix build --no-sandbox .#checks.x86_64-linux.nextest --rebuild | 14:43:59 |
Qyriad | Note that you can still do "github:NixOS/nixpkgs/nixos-unstable" |> builtins.parseFlakeRef |> builtins.fetchTree | 14:46:37 |
MangoIV | is that syntax part of lix? | 14:47:07 |
MangoIV | the |> | 14:47:12 |
bandithedoge | if you enable the experimental feature, yes | 14:47:38 |
hexa | https://discourse.nixos.org/t/pre-rfc-pipe-operator/28387
https://github.com/NixOS/rfcs/pull/148 | 14:48:05 |
MangoIV | left to right programming in a lazy language, sigh | 14:48:06 |
bandithedoge | there's also <| | 14:48:20 |
MangoIV | good | 14:48:35 |