infinisil changed the topic of #nix-lang to: Channel for discussing Nix as a language - https://nixos.org/nix/manual/#chap-writing-nix-expressions - Logs: https://logs.nix.samueldr.com/nix-lang/
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #nix-lang
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
ris has quit [Ping timeout: 260 seconds]
evanjs has joined #nix-lang
tilpner_ has joined #nix-lang
tilpner has quit [Ping timeout: 256 seconds]
tilpner_ is now known as tilpner
ddellacosta has quit [Ping timeout: 240 seconds]
<siraben> `error: invalid regular expression '^(.+)\s(.+)$',`, fails on the CI but works on my machine?
<siraben> `(builtins.match "^(.+)\\s(.+)$" k)`
<siraben> CI is running Nix on Ubuntu, I'm on macOS
<siraben> `builtins.match "^(.+)\\s(.+)$" "a"` produces `[ "a" ]` on macOS, `null` on Linux
<infinisil> siraben: Make sure to use the same nix versions
<niksnut> siraben: this is probably due to differences in the regex implementation in libstdc++ (Linux) and libc++ (macOS)
<siraben> Why does it error out with invalid regular expression, though?
lukegb has quit [Quit: ~~lukegb out~~]
lukegb has joined #nix-lang
__monty__ has joined #nix-lang
ddellacosta has joined #nix-lang
ddellacosta has quit [Quit: WeeChat 2.8]
ris has joined #nix-lang
<l33[m]> <siraben "Why does it error out with inval"> gnu extensions perhaps?
tilpner_ has joined #nix-lang
tilpner has quit [Ping timeout: 260 seconds]
tilpner_ is now known as tilpner
__monty__ has quit [Quit: leaving]