| 13 Oct 2025 |
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 |
lillecarl | * I love (not) 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:43 |
bandithedoge | nil and nixd support it too | 14:52:12 |
bandithedoge | and statix if you build from master | 14:52:22 |
raitobezarius | warning | 14:53:11 |
raitobezarius | pipe-operator in CppNix and pipe-operators in Lix are two different things | 14:53:19 |
MangoIV | in what way | 14:54:11 |
raitobezarius | I think CppNix only support one of the operator | 14:54:36 |
raitobezarius | not both | 14:54:37 |
raitobezarius | hence singular vs. plural | 14:54:40 |