<pbogdan>
darwin stdenv seems to be broken on staging
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm has joined #nixos-dev
tv has quit [Ping timeout: 245 seconds]
tv has joined #nixos-dev
primeos has quit [Ping timeout: 268 seconds]
primeos has joined #nixos-dev
jtojnar_ has joined #nixos-dev
jtojnar has quit [Ping timeout: 260 seconds]
jtojnar_ is now known as jtojnar
jtojnar_ has joined #nixos-dev
jtojnar has quit [Ping timeout: 260 seconds]
jtojnar_ is now known as jtojnar
pie_ has quit [Ping timeout: 245 seconds]
ma27 has joined #nixos-dev
ma27 has quit [Ping timeout: 265 seconds]
__Sander__ has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
JosW has joined #nixos-dev
<LnL>
oh?
pie_ has joined #nixos-dev
<__Sander__>
sigh
<__Sander__>
fixing stenv-native is harder than I thought
<__Sander__>
this whole $bintools thing must be somehow avoided
pie_ has quit [Ping timeout: 268 seconds]
goibhniu has joined #nixos-dev
jtojnar has quit [Remote host closed the connection]
goibhniu has quit [Ping timeout: 240 seconds]
zybell_ has quit [Ping timeout: 268 seconds]
zybell_ has joined #nixos-dev
<flokli>
grahamc: something with ofborg and running test seems to be broken: https://logs.nix.ci/?key=nixos/nixpkgs.33679&attempt_id=53bc2f47-d89e-49d4-87f5-b87471d10ab9
<gchristensen>
yikes
<gchristensen>
ok, gleber_ -- I'm going to stop your builder for now
<shlevy>
peti: If I want to make an overlay that is against a specific stackage nightly resolver instead of the latest LTS, what's the recommended way to do that?
<pbogdan>
gchristensen: that reminds me - that builder seemed to be running without build timeouts (not sure if that's intended)
<shlevy>
I assume some modification of configuration-hackage2nix.yaml?
<gchristensen>
pbogdan: maybe they set their builder very long
<peti>
shlevy: Yes. Checkout the "update-stackage.sh" script in the cabal2nix repo. If you hard-code a particular LTS version in there (it uses the latest version by default), then it will generate a configuration-hackage2nix.yaml file for you.
<shlevy>
peti: Great, thanks!
<peti>
shlevy: Then you can run hackage2nix using that file to generate an appropriate hackage-packages.nix file.
<shlevy>
Awesome
<shlevy>
peti: Do you know how hard it'd be to make that IFD safe? I guess once you have all-cabal-hashes and configuration-hackage2nix.yaml it's pure?
<peti>
shlevy: Yes. The outcome from hackage2nix is determined completely by the state of the <nixpkgs>, all-cabal-hashes, and configuration-hackage2nix.yaml.
<peti>
No other variabled.
<peti>
*variables.
<shlevy>
Awesome. Thank you!
<peti>
So that output could be a fixed output derivation.
<peti>
Or is it called "fixed hash derivation"?
<peti>
Hmm.
<peti>
Anyhow, you know what I mean. :-)
ma27 has joined #nixos-dev
<shlevy>
:) yeah
JosW has quit [Quit: Konversation terminated!]
olto has joined #nixos-dev
ma27 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos-dev
pie_ has joined #nixos-dev
ma27 has quit [Ping timeout: 240 seconds]
pie__ has joined #nixos-dev
pie_ has quit [Read error: Connection reset by peer]
kmicklas has joined #nixos-dev
<domenkozar>
hmm, did authentication change for postgresql in 18.03?
<clever>
domenkozar: the role that has root access was changed, and nixos needs the stateVersion key to know the right one
<domenkozar>
yeah but I can't ident anymore with my $USER
<clever>
if the root role is wrong, the systemd postStart hook cant even confirm the service is up, and systemd will timeout and kill it
<domenkozar>
postgresql is definately running
<domenkozar>
I created a new role
<clever>
does systemd say its running or starting?
<domenkozar>
SessionError (ResultError (ServerError \"42601\" \"syntax error at or near \\\"user\\\"\" Nothing Nothing))"
<domenkozar>
this used to work with postgresql:///db
<clever>
ah, no clue about that error
<domenkozar>
hmmz, I was so close to test all of my changes :D
<domenkozar>
I thought
__Sander__ has quit [Ping timeout: 260 seconds]
<domenkozar>
thoughtpolice: did you stubmle upon this? Or do you use password auth?
<domenkozar>
oh that's actually an error in SQL
<domenkozar>
d'oh
<domenkozar>
wish that hasql would use HasCallStack or something.
<copumpkin>
niksnut: did your official Nix 2.0 builds go against an old version of aws-sdk-cpp that doesn't have a patched S3 internal error retry? :P
<copumpkin>
evidence points to yes
<copumpkin>
I'm guessing you built against release-17.09, which I'm guessing didn't get a backport of aws-sdk-cpp to include that fix? anyway, I'm just seeuing some brand new Nix 2.0 instances barfing on internal errors and wondered if you knew
zybell_ has quit [Quit: Leaving]
zybell_ has joined #nixos-dev
<niksnut>
copumpkin: yes, probably
<copumpkin>
if I backported it, would you be okay with a minor release to add it?
<niksnut>
well, it now builds against 18.03 iirc
<copumpkin>
ah okay
<copumpkin>
but the official release in the AMIs and website is built against 17.09? or 18.03?
<Mic92>
When people talk about unix I always have to think about these propritary enterprise operating systems that where horrible incompatible with each other.
<Profpatsch>
But did they compose?
<Mic92>
I am glad those no longer exists
<Profpatsch>
Lisp Machines to the end. :P
<Profpatsch>
(not really tho)
<Profpatsch>
shlevy: Hm, I’d still need to resolve the $filePath env variable
<LnL>
copumpkin: there's nix eval --raw now
<copumpkin>
whoa
<Profpatsch>
LnL: AWESOME
<Profpatsch>
But not backported to nix-instantiate?
<LnL>
but, that only takes installables not expressions AFAIK
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-dev
<thoughtpolice>
domenkozar: Hah, good thing you figured that one out, phew. Yeah I use local unix user auth, not PW auth, which has worked fine for me.
ckauhaus has quit []
ckauhaus has joined #nixos-dev
<dtz>
you can enable "show-trace" in nix.conf now, which I did after being unclear how to enable w/some command--or maybe just convenience? anyway it's useful :)
ckauhaus has quit [Remote host closed the connection]
<domenkozar>
thoughtpolice: sorry for the ping :) fixed my logging so it's more clear next time.
kmicklas has quit [Ping timeout: 256 seconds]
phreedom has quit [Remote host closed the connection]