matthewbauer has joined #nix-darwin
matthewbauer has quit [Ping timeout: 260 seconds]
andreabedini has joined #nix-darwin
disasm has joined #nix-darwin
philr has joined #nix-darwin
ryanartecona has joined #nix-darwin
matthewbauer has joined #nix-darwin
matthewbauer has quit [Read error: Connection reset by peer]
matthewbauer has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
andreabe_ has quit [Ping timeout: 256 seconds]
matthewbauer has quit [Ping timeout: 240 seconds]
philr has quit [Ping timeout: 260 seconds]
andreabedini has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alexteves has quit [Remote host closed the connection]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
griff_ has joined #nix-darwin
hamishmack has joined #nix-darwin
<mpickering> How can I upgrade my nix commands on osx? They seem stuck at version 1.11.15?
<clever> mpickering: sudo -i, then nix-channel --update and nix-env -iA nixpkgs.nix
<mpickering> thanks that seems to nearly work
<mpickering> but now when I run a command "imported archive of .. lacks a signature"
<mpickering> Running as root seems to avoid that error
<LnL> you might still need to restart the daemon
<mpickering> I restarted it
mmercier_ has joined #nix-darwin
<LnL> nix-shell -p nix-info --run nix-info will show you if you're using a multi user install
<mpickering> yes
<mpickering> Lots of warnings doing that warning: unknown setting 'signed-binary-caches'
<LnL> ah yeah, that was renamed
<LnL> use require-sigs = true
<mpickering> *sigh* another commit that was merged that causes problems on osx https://github.com/NixOS/nixpkgs/pull/42247
<mpickering> I'm not even sure where I have set `signed-binary-caches` to begin with
<mpickering> Where is /etc/nix/nix.conf generated from on osx?
<LnL> it's created by the installer AFAIK
<LnL> so you can just edit it
<mpickering> It is readonly, but ok I will try that
<clever> mpickering: is it a symlink?
<mpickering> no
<mpickering> ok I added myself to trusted-users
<mpickering> and then restarted the daemon and it works now
<mpickering> cheers guys
<mpickering> Now I have to try to deal with #42247
mmercier_ has quit [Ping timeout: 260 seconds]
mmercier_ has joined #nix-darwin
mmercier_ has quit [Ping timeout: 255 seconds]
philr has joined #nix-darwin
hamishmack has quit [Remote host closed the connection]
__Sander__ has joined #nix-darwin
hamishmack has joined #nix-darwin
hamishmack has quit [Client Quit]
hamishmack has joined #nix-darwin
philr has quit [Quit: WeeChat 2.1]
mmercier_ has joined #nix-darwin
<mpickering> Anyone else support the reverting of https://github.com/NixOS/nixpkgs/pull/42247 ?
mmercier_ has quit [Quit: mmercier_]
alexteves has joined #nix-darwin
griff_ has joined #nix-darwin
mmercier_ has joined #nix-darwin
andreabedini has joined #nix-darwin
griff_ has quit [Quit: griff_]
<LnL> copumpkin: should all of these really be part of Libsystem? form what I can tell a bunch of those (like libutil) are not references by Libsystem at all https://github.com/NixOS/nixpkgs/blob/f14841f3ce734b27988a605fc9775a035d313d23/pkgs/os-specific/darwin/apple-source-releases/Libsystem/default.nix#L20-L22
griff_ has joined #nix-darwin
andreabedini has quit [Quit: Textual IRC Client: www.textualapp.com]
mmercier_ has quit [Ping timeout: 265 seconds]
griff_ has quit [Quit: griff_]
Sonarpulse has joined #nix-darwin
ryanartecona has joined #nix-darwin
griff_ has joined #nix-darwin
__Sander__ has quit [Read error: Connection reset by peer]
matthewbauer has joined #nix-darwin
Sonarpulse has quit [Ping timeout: 256 seconds]
griff_ has quit [Quit: griff_]
matthewbauer has quit [Read error: Connection reset by peer]
matthewbauer has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
griff_ has joined #nix-darwin
griff__ has joined #nix-darwin
griff_ has quit [Ping timeout: 276 seconds]
griff__ is now known as griff_
griff_ has quit [Ping timeout: 276 seconds]
ryanartecona has joined #nix-darwin
philr has joined #nix-darwin
Sonarpulse has joined #nix-darwin
<johnw> mpickering: I support reverting it until the work is ready to be merged
<mpickering> I'll submit a PR
clever has quit [Quit: leaving]
philr has quit [Quit: WeeChat 2.1]
griff_ has joined #nix-darwin
griff_ has quit [Quit: griff_]
ryanartecona has quit [Quit: ryanartecona]
ryanartecona has joined #nix-darwin
<LnL> copumpkin: do you remember why the bootstrap tools don't include libSystem.B.dylib and instead build one after unpacking?
<johnw> matthewbauer: ghc-8.2.2 takes SO LONG to build
<LnL> (sorry to keep throwing questions at you)
<johnw> matthewbauer: still building since this morning
<matthewbauer> yeah - i am still not sure why it should rebuild ghc... the generic-builder should only be used on haskell packages
<johnw> well, I'm further behind than your branch was
<mpickering> I am also rebuilding ghc-8.2.2 *hi5*
<mpickering> I think I'm nearly done now, I started it before the football
<mpickering> which started at 7..
<LnL> matthewbauer: the haskell base backages use it IIRC, unless that changed recently
<mpickering> building documentation now!
Lisanna has quit [Quit: Lisanna]
Lisanna has joined #nix-darwin
<mpickering> now it seems to building the whole kmettverse with ghc-8.2.2
gridaphobe has quit [Quit: Connection closed for inactivity]
ryanartecona has quit [Quit: ryanartecona]
ryanartecona has joined #nix-darwin
matthewbauer has quit [Read error: Connection reset by peer]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
matthewbauer has joined #nix-darwin
<pikajude> kmettverse
matthewbauer has quit [Read error: Connection reset by peer]
matthewbauer has joined #nix-darwin
{`-`} has joined #nix-darwin
matthewbauer has quit [Read error: Connection reset by peer]
matthewbauer has joined #nix-darwin
hamishmack has joined #nix-darwin
<matthewbauer> ok sorry but my haskell branch did not turn out to fix the ARG_MAX issue. I have merged the strict deps branch which will fix ARG_MAX but unfortunately break some other haskell packages
matthewbauer has quit [Remote host closed the connection]
<johnw> matthewbauer: I should stop my build?
<johnw> note that I'm *still* building GHC-8.2.2
<johnw> i've noticed that ghc builds have been obscenely slow
<johnw> the other day I had to abort one that hadn't finished even after 26 hours
<johnw> the current one just says: Running hscolour for ghc-8.2.2...
<johnw> with no change in status beyond that