<LnL>
flakes are client side, the builder shouldn't matter
<siraben>
LnL: if I wanted to do `nix develop` on it
<siraben>
currently the issue is that I have repo checked out locally but need to use gdb etc. (which has codesign issues on macOS), so doing it in Linux would be ideal.
<LnL>
ah, since you where talking about linuxkit I assumed you wanted a remote builder
<siraben>
Do I have to do `source ~/.nix/remote-build-env` every time?
<LnL>
you can start an interactive container and install nixFlakes in there with nix-env first
<siraben>
I think I should have followed instructions for Multi User, hm.
<LnL>
the builder thing isn't really going to help you much if you just want a shell
<siraben>
LnL: how do I attach the currently running nix container to run in the current directory?
<LnL>
not sure I understand the question, but you can't add mounts to an existing container AFAIK
<siraben>
I just did `docker run -v "$(pwd)":"$(pwd)" -w "$(pwd)" -it lnl7/nix `, seemed to work
kalbasit___ has joined #nix-darwin
<siraben>
followed by `nix-shell -I nixpkgs=channel:nixos-20.09 -p nixFlakes --run "nix --experimental-features 'nix-command flakes' develop"`
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
<LnL>
yep, something like that should do the trick
<LnL>
there's no daemon in the container and it's temporary anyway so nothing else to worry about
<siraben>
I mean daemon on macOS
<siraben>
I added `source $HOME/.nix/remote-build-env` in my home-manager config for now
<LnL>
that's not relevant here
<siraben>
ah right. I mean, when I run `nix build .#defaultPackage.x86_64-linux` on macOS, without the file being sourced it doesn't forward it to the builder
kalbasit___ has quit [Quit: WeeChat 2.9]
<LnL>
yeah, you can configure it permanently using nix.buildMachines on nix-darwin if you plan to build linux stuff often
<siraben>
I see
thefloweringash has quit [Ping timeout: 244 seconds]
cptrbn has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
thefloweringash has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
Siyo has joined #nix-darwin
Siyo has quit [Client Quit]
Siyo has joined #nix-darwin
rb2k has quit [Ping timeout: 260 seconds]
rb2k has joined #nix-darwin
rb2k_ has joined #nix-darwin
rb2k_ has quit [Remote host closed the connection]
rb2k_ has joined #nix-darwin
rb2k has quit [Ping timeout: 264 seconds]
rb2k_ has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nix-darwin
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rb2k has joined #nix-darwin
rb2k has quit [Client Quit]
nicolas[m] has quit [*.net *.split]
nicolas[m] has joined #nix-darwin
<stephank>
Getting a little suspicious my APFS volumes are messing with my install. Tried the 11.2 upgrade, ended up in recovery. Proceeded to reinstall with existing volumes, also ended up in recovery. :/
<cransom>
i had weirdness with the 11.1 update, continually tossing a machine to recovery
<cransom>
i ended up clean installing and then time machine recovering my account to get back to a working system. i'm slightly fearful of 11.2
philr has joined #nix-darwin
<abathur>
I've had hell around updates/reinstalls with the system I've been testing big sur on, though I've kinda assumed it was just me since I don't hear much about it
<abathur>
just the other night I tried to update it from 11.0 to 11.1 and ended up having to reinstall that one from scratch
<abathur>
though it did install 11.1 on the first try, and the upgrade to the rc of 11.2 did go fine from there
dps910 has joined #nix-darwin
<dps910>
I am unable to install iTerm2, I am quite new to the Nix language, could anyone help me?