| 13 Oct 2025 |
| 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 |
lillecarl | In reply to @qyriad:katesiria.org Note that you can still do "github:NixOS/nixpkgs/nixos-unstable" |> builtins.parseFlakeRef |> builtins.fetchTree Thanks, that's nice! Though I'm stuck on lib.pipe until nixfmt allows it. I can't live without an autoformatter | 14:48:50 |
lillecarl | (Unless someone happens to show up with a formatter that I can use instead, I haven't looked into it yet tbh) | 14:49:49 |
bandithedoge | nixfmt does in fact allow it | 14:50:10 |
Yureka (she/her) | which nixfmt :D | 14:50:27 |
bandithedoge | the newer one | 14:50:43 |
leona | https://github.com/NixOS/nixfmt/pull/227 | 14:50:47 |
bandithedoge | which is the default in nixpkgs now | 14:50:53 |
leona | Redacted or Malformed Event | 14:51:10 |
lillecarl | I love how it was merged a year ago and I have been refraining from using pipe operator because I didn't know this.... Get my priorities straight man!!! | 14:51:35 |