thefloweringash has joined #nix-darwin
philr has joined #nix-darwin
<johnw> LnL: it would be nice if clang on darwin didn't use -nopie
<johnw> I get tons of those warnings now
<johnw> i wonder if it's GHC passing it...
Biappi has quit [Remote host closed the connection]
periklis has joined #nix-darwin
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
pikajude has quit [Quit: ZNC 1.6.5 - http://znc.in]
pikajude has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
periklis has quit [Ping timeout: 260 seconds]
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
philr has quit [Quit: WeeChat 2.0.1]
periklis has joined #nix-darwin
Biappi has joined #nix-darwin
periklis has quit [Ping timeout: 248 seconds]
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
periklis has joined #nix-darwin
peacememories has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
periklis has quit [Ping timeout: 264 seconds]
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
Sonarpulse has joined #nix-darwin
zzamboni has quit [Remote host closed the connection]
ryanartecona has joined #nix-darwin
__Sander__ has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
samueldr_ is now known as samueldr
samueldr has quit [Changing host]
samueldr has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
__Sander__ has quit [Quit: Konversation terminated!]
ryanartecona has quit [Quit: ryanartecona]
ryanartecona has joined #nix-darwin
ryanartecona has quit [Client Quit]
ryanartecona has joined #nix-darwin
<LnL> johnw: doesn that not work?
<LnL> thought somebody said it worked fine with clang/darwin
Lisanna has joined #nix-darwin
ldlework has quit [Read error: Connection reset by peer]
ldleworker has joined #nix-darwin
peacememories has quit [Quit: Textual IRC Client: www.textualapp.com]
ldleworker is now known as ldlework
ldlework has joined #nix-darwin
ldlework has quit [Changing host]
ryanartecona has quit [Quit: ryanartecona]
Lisanna has quit [Quit: Lisanna]
<johnw> what doesn't work?
Lisanna has joined #nix-darwin
philr has joined #nix-darwin
ryanartecona has joined #nix-darwin
jrolfs has joined #nix-darwin
<jrolfs> hey all, having a little trouble figuring this one out: warning: unknown setting 'signed-binary-caches'
<adelbertc> ^ ive been seeing that as well
<adelbertc> i assume it was deprecated/removed in Nix 2 ?
<jrolfs> yeah, was thinking something along those lines as well
<LnL> yeah, require-sigs = true
<jrolfs> I think I'm being lazy - I thought I looked into this but I had only started
<jrolfs> and the condition in nixpkgs would have told me exactly that @LnL, thank you!
<LnL> I actually just pushed an update to use the 2.0 names for settings :)
<jrolfs> awesome, I'll pull that down
<jrolfs> is there an easy way to check my settings?
<jrolfs> repl or something?
<jrolfs> it's been a minute, I need to freshen up my setup ;)
<jrolfs> I'm still getting that warning
<LnL> are you using the system nix?
<jrolfs> what do you mean? (sorry again, might be out of practice re: nomenclature)
<LnL> the conditition doesn't work if you don't set nix.package = pkgs.nix
<jrolfs> I have nixpkgs and nix-darwin forked and
<jrolfs> I'm using the forks directly :/
<jrolfs> oh, ok - I'd need to explicitly set up that reference?
* LnL needs a better way to handle single user installs...
<jrolfs> pretty sure I'm using the daemon
<jrolfs> eh maybe not on this machine
<jrolfs> I need to do my homework before I come bother you
<LnL> the reason it doesn't work like you'd expect out of the box is to support single user
<jrolfs> but I'm happy to help test stuff
<jrolfs> my work machine is definitely multi-user
<jrolfs> I just remember that nasty fork bug that hung stuff up on high-sierra
<jrolfs> but I know I either set up my other machine later or converted it to multi
<LnL> that has been fixed
<jrolfs> er, yeah, to clarify, later = post bugfix
<jrolfs> what's the hang up between single/multi?
philr has quit [Ping timeout: 265 seconds]
<LnL> if I enable the daemon by default people with a single user install will run into issues
<jrolfs> that was a poor choice of words, what I really mean was what's the relevant difference between single and multi/daemon
<johnw> hmm... seems ghcWithHoogle is broken, but I can't find the right way to insert doJailbreak, since ghcWithHoogle itself depends on diagrams-builder (which needs a version of lens that doesn't exist in hackage-packages)
<LnL> lol
<LnL> doesn't haskellPackageOverrides overlay in the haskell fixpoint?
<johnw> oh, maybe not
<johnw> the weird thing is that all of my other uses of doJailbreak work just fine
<johnw> but for this one package, they don't
<johnw> and I wonder if it's becauset his one package is also an attribute in nixpkgs
<johnw> so there's both pkgs.haskell.ghc822.diagrams-builder and pkgs.diagrams-builder
<johnw> at least, that's the only strange thing I've found so far
<LnL> you have to override it in the correct place then, but I'd expect that to be in the haskell set
<johnw> yeah, me too...
<LnL> jrolfs: the alternative would be to only enable nix.package but then the client and daemon would get out of sync, I feel like that would be even more confusing
<jrolfs> fair, I need to do a refresher on the docs
<jrolfs> I also wasn't even aware of 2.0 until just now :F
<jrolfs> }
jrolfs has quit [Ping timeout: 276 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 256 seconds]
jrolfs has joined #nix-darwin
johnw has quit [Ping timeout: 276 seconds]
<LnL> for people using zsh, I fixed the nix run issue
johnw has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
<dhess> LnL: around?