<ben>
i built curl locally with not having an /etc/ssl/cert.pem and that curl respects NIX_SSL_CERT_FILE
LnL has joined #nix-darwin
<ben>
my best guess rn is that osx sierra started putting /etc/ssl/cert.pem there and curl's configure script started autodetecting it
contrapumpkin has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
andreabedini has joined #nix-darwin
andreabedini has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andreabedini has joined #nix-darwin
alexteves_ has quit [Remote host closed the connection]
<adelbertc>
hm i have an overlay that has an attribute set like `self: super: { personal = { emacs = ...; }; }` but when I do `nix-env -iA nixpkgs.personal.emacs` nothing happens, no new generation creation or anything. but if I do `-vvv` i see it doing a bunch of stuff
<adelbertc>
if it matters my user channel is 18.03-darwin and the `emacs` expression uses `fetchFromGitHub` to fetch HEAD of nixpkgs..
<adelbertc>
running a GC and re-running shows it... pulling some sort of nar, and then it does nothing
andreabedini has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<adelbertc>
ah. seems my channel was pointing at something that like did not want to build emacs for darwin
andreabedini has joined #nix-darwin
<adelbertc>
weird silent failure though
matthewbauer has joined #nix-darwin
elasticdog has quit [Ping timeout: 264 seconds]
elasticdog has joined #nix-darwin
philr has quit [Ping timeout: 256 seconds]
matthewbauer has quit [Read error: Connection reset by peer]
matthewbauer has joined #nix-darwin
matthewbauer has quit [Ping timeout: 264 seconds]
andreabedini has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pikajude has quit [Ping timeout: 256 seconds]
andreabedini has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andreabe_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
philr has quit [Quit: WeeChat 2.1]
dhess has joined #nix-darwin
<dhess>
Anyone know of a project(s) that's building iOS apps with Nix? As in, using Nix to manage dependencies and then using something like xcodebuild to produce the binaries?
<dhess>
Looks like that's perhaps the state of the art.
<LnL>
not sure about that, this looks pretty impure
<LnL>
I've seen some people committing changes for ios cross, but I don't really know anything about it
<dhess>
impurity for this purpose is OK. I'm expecting to build with Xcode anyway. What I'm really looking for is a better way to manage dependencies than Carthage or Cocoapods.
<dhess>
iOS cross would be amazing but I'm expecting that to be more wishful thinking at this point than reality. :)
periklis has quit [Ping timeout: 256 seconds]
<LnL>
Sonarpulse: ^
periklis has joined #nix-darwin
periklis has quit [Ping timeout: 264 seconds]
periklis has joined #nix-darwin
<__Sander__>
dhess: yeah this is my creation
<__Sander__>
it's very very hack
<__Sander__>
in particular the keysigning stuff
andreabedini has joined #nix-darwin
andreabedini has quit [Client Quit]
alexteves has joined #nix-darwin
sivteck has joined #nix-darwin
andreabedini has joined #nix-darwin
andreabedini has quit [Client Quit]
sivteck has quit [Quit: user missing.]
andreabedini has joined #nix-darwin
periklis has quit [Remote host closed the connection]
periklis has joined #nix-darwin
<LnL>
does anybody want to try out the nix-daemon service with socket activation?
<periklis>
LnL: Is it a new feature in nix-darwin?
<LnL>
yeah, just added it. we could make it the default for the nix installer if it works well