Guanin has quit [Remote host closed the connection]
hedning has quit [Quit: hedning]
pie__ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
jackdk has quit [Ping timeout: 250 seconds]
<ottidmes>
ldlework: instead of "little" I say "LIDL" (as in the supermarket) :P
jasongrossman has quit [Ping timeout: 252 seconds]
pie__ has quit [Remote host closed the connection]
pie___ has joined #nixos-chat
jasongrossman has joined #nixos-chat
sir_guy_carleton has quit [Quit: WeeChat 2.2]
Lisanna has quit [Ping timeout: 245 seconds]
sir_guy_carleton has joined #nixos-chat
<gchristensen>
what do you say, ldlework?
jackdk has joined #nixos-chat
lassulus_ has joined #nixos-chat
sir_guy_carleton has quit [Quit: WeeChat 2.2]
lassulus has quit [Ping timeout: 272 seconds]
lassulus_ is now known as lassulus
pie__ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
jackdk has quit [Ping timeout: 250 seconds]
Lisanna has joined #nixos-chat
hedning has joined #nixos-chat
<joepie91>
ottidmes: there's two possible pronunciations for that though :P
ma27 has quit [Quit: WeeChat 2.2]
ma27 has joined #nixos-chat
ma27 has quit [Quit: WeeChat 2.2]
ma27 has joined #nixos-chat
drakonis has joined #nixos-chat
jD91mZM2 has joined #nixos-chat
pie___ has joined #nixos-chat
pie__ has quit [Remote host closed the connection]
__Sander__ has joined #nixos-chat
<jD91mZM2>
Soo... If I am so frustrated compiling something that I know works on Ubuntu and I wish to bypass all the otherwise amazing Nix stuff, what do I do? Use docker or something else?
<jD91mZM2>
Should I post this in #nixos instead actually?
<gchristensen>
yeah I'll sometimes use docker for things like that
rawreraw has joined #nixos-chat
__monty__ has joined #nixos-chat
<LnL>
builtInputs = [ foo ]; <- that took way too long for me to figure out...
<gchristensen>
oops...!
rawreraw has quit [Ping timeout: 244 seconds]
<ldlework>
gchristensen: it's idlework, as an oxymoron with a spelling specifically designed to produce schadenfreude via tab-completion.
<gchristensen>
jerk :P
<ldlework>
ya :P
endformationage has joined #nixos-chat
<aminechikhaoui>
anyone knows how do I figure out if a glibc version X is forward-compatible with version Y. Example if I'm building a binary that links against glibc 2.25 it seems it can run on systems with glibc 2.23 (ubuntu 16.04), glibc 2.27 doesn't work on the other hand.
sir_guy_carleton has joined #nixos-chat
ma27 has quit [Quit: WeeChat 2.2]
ma27 has joined #nixos-chat
Jackneill has quit [Remote host closed the connection]
pie__ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
__Sander__ has quit [Quit: Konversation terminated!]
jD91mZM2 has quit [Quit: WeeChat 2.2]
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 250 seconds]
<colemickens>
any handy one liners for seeing what is it staging but not master or nixos-unstable?
obadz has quit [Ping timeout: 246 seconds]
Synthetica has quit [Quit: Connection closed for inactivity]
<gchristensen>
colemickens: git diff master...staging should do it
obadz has joined #nixos-chat
__monty__ has quit [Quit: leaving]
<infinisil>
> 1
<{^_^}>
1
<qyliss>
for a moment I thought you were demonstrating partial application of the greater than operator, and got excited
<edef>
i almost tried to fav that, thinking i was in my bitlbee twitter for a moment
<qyliss>
lol
jasongrossman has quit [Ping timeout: 250 seconds]
<infinisil>
Hah
<infinisil>
I thought the bot might be down, but it wasn't, fortunately, I think it was just my internet acting up after all
<infinisil>
(I tested in #bottest first, but I didn't get a response there immediately, which was weird)
<ottidmes>
infinisil: I tried, > let s = removePrefix "#" "#1d1f21"; in concatStringsSep "/" [ (substring 0 2 s) (substring 2 2 s) (substring 4 2 s) ], but that did not give a reponse from the bot, while a simple math expression does work, what expressions are disallowed?
<infinisil>
If it didn't give a response then it went down for a second, just try again
<ottidmes>
infinisil: it consistently does not respond on that expression though
<infinisil>
Oh rly
<infinisil>
> let s = removePrefix "#" "#1d1f21"; in concatStringsSep "/" [ (substring 0 2 s) (substring 2 2 s) (substring 4 2 s) ]
<ottidmes>
silence :(
<infinisil>
Ohhh hahaha
<infinisil>
I'm changing how plugins work, now they can catch messages or pass them along, and the PR linking plugin is *before* the nix evaluation plugin
<ottidmes>
hah! did not see that coming...
<infinisil>
Meaning it sees "#1", says "I got this fam" and then fails because it won't link PR's <10
<ottidmes>
> let s = "1d1f21"; in concatStringsSep "/" [ (substring 0 2 s) (substring 2 2 s) (substring 4 2 s) ]
<{^_^}>
"1d/1f/21"
<infinisil>
I have to rewrite the nix repl plugin with the new plugin system, then I can reorder it
<ottidmes>
ok, no problem, its a real edge case
<infinisil>
> "At least this works at the moment lol #100"