peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
Lisanna has quit [Ping timeout: 268 seconds]
jtojnar has quit [Ping timeout: 256 seconds]
jtojnar has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
thefloweringash has joined #nix-darwin
<thefloweringash>
(joining directly, since I really don't trust matrix yet)
<thefloweringash>
when running the configure outside of nix, I see the target as x86_64-apple-darwin17.4.0, but inside nix-shell as configurePhase, it's x86_64-apple-darwin
zzamboni has quit [Quit: Leaving.]
<thefloweringash>
The configure script checks for the shell glob on target: x86_64-*-darwin[912]*, which doesn't match without the number. It hits the fallback darwin case, which disables gdb itself.
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Remote host closed the connection]
sphalerite_ is now known as sphalerite
<cbarrett>
huh
<cbarrett>
Rama:~ cbarrett$ nix-repl
<cbarrett>
Welcome to Nix version 1.11.16. Type :? for help.
<cbarrett>
Welcome to Nix version 2.0. Type :? for help.
<cbarrett>
Rama:~ cbarrett$ nix repl
<cbarrett>
nix-repl>
<cbarrett>
nix-repl>
<cbarrett>
ah
<cbarrett>
I had pkgs.nix-repl enabled in darwin-config
<cbarrett>
I wonder why I'm getting `warning: unknown setting 'signed-binary-caches'` though
zzamboni has joined #nix-darwin
sonarpulse has joined #nix-darwin
<johnw>
is your nix-daemon still 1.11?
<cbarrett>
It's possible, but I just installed Nix on this machine today, I think for the first time.
<johnw>
I get those error initially too, until I rebuild nix-darwin
<johnw>
i don't know when the actual nix installer will upgrade to 2.0
<cbarrett>
maybe I have to restart the nix daemon
<johnw>
also, make sure that /etc/nix/nix.conf is being regenerated by nix-darwin
<johnw>
it won't overwrite an old one put into place by the installer
<johnw>
until you delete it, and nix-darwin rebuild
<LnL>
cbarrett: nix.package = pkgs.nix; or nix.package = pkgs.nixUnstable;
peacememories has joined #nix-darwin
<cbarrett>
I think I'm using nixUnstable
<cbarrett>
Although i'm not entirely sure of the difference
<cbarrett>
yay no more errors
<johnw>
kaychaks: I'm sorry, I don't have time now to go further; it may have to be different due to this being a Python package, I'm not as familiar with those
<LnL>
it used to be 1.11 vs 1.12pre, not sure how recent unstable is now
<johnw>
I'm now on 2.0pre5968_a6c0b773
<johnw>
and I don't have nix-repl installed
<kaychaks>
johnw: no problem. yes this is particular to python packages which am also not sure how to deal. also this might be a nix 2 thing. I will see if it behaves properly in 1.x
<ldlework>
I just had a horrifying thought
zzamboni has quit [Quit: Leaving.]
<ldlework>
What if I used home-manager's activation scripts to build a system for getting things installed from brew
<ldlework>
lmao
<ldlework>
for things where Nix support on Darwin is just not there
<ldlework>
like dotnet core
<ldlework>
I'm sorry, I'll go repent now
<ldlework>
johnw have you ever messed around with F# or Haskell?
sonarpulse has quit [Ping timeout: 240 seconds]
<johnw>
ldlework: with Haskell, yes lots
<johnw>
(he says, as he writes code in Haskell in another window)
rupert has joined #nix-darwin
<rupert>
Hey all
<johnw>
hi rupert
<rupert>
One of my devs is running OSX and Nix 2.0 and we're trying to get NixOps working for them
<johnw>
ah, I've still never used NixOps
<johnw>
but LnL has, and copumpkin
<rupert>
Ah yes, I've seen there names around a lot on GitHub issues
<rupert>
error: a 'x86_64-linux' is required to build '/nix/store/ccgj29mvvafm36iymnihf5spc11znvqs-foo.drv', but I am a 'x86_64-darwin'
<rupert>
I know one had to set NIX_BUILD_HOOK, NIX_REMOTE_SYSTEMS, and NIX_CURRENT_LOAD before, but that didn't seem to help (and build-remote.pl is gone now anyway)
<LnL>
I have very little experience with nixops, but I know a few things about distributed builds :D
* LnL
looks for a gist...
<rupert>
Great! Well hopefully the nixops problem is really just a distributed builds problem :)
<rupert>
It gives the same a linux is required but im a darwin message!