<johnw> hmm.. they also changed something recently regarding TERM
<johnw> now when I hop into a directory that's governed by direnv, my prompt gets ugly
<johnw> didn't occur in June
Lisanna has quit [Remote host closed the connection]
alexteves has quit [Remote host closed the connection]
philr has quit [Ping timeout: 240 seconds]
mpickering has quit [Ping timeout: 256 seconds]
mpickering has joined #nix-darwin
Lisanna has joined #nix-darwin
hamishmack has quit [Ping timeout: 264 seconds]
hamishmack has joined #nix-darwin
periklis has joined #nix-darwin
Sonarpulse has quit [Ping timeout: 256 seconds]
periklis has quit [Ping timeout: 264 seconds]
philr has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
coffeecupp__ has quit [Ping timeout: 260 seconds]
coffeecupp__ has joined #nix-darwin
andreabedini has joined #nix-darwin
__Sander__ has joined #nix-darwin
<disasm> I'm playing with linuxkit-builder and running into issues starting the daemon. Logs show it exiting 127. I tried running it manually, and it errors with /nix/store/bmz6kwcwb1gqawppvllng7l6r6jsf9n3-rust_nix-linuxkit-runner-0.1.0/bin/nix_linuxkit_runner: No such file or directory
<disasm> I checked that directory in the store, and it's nix-linuxkit-runner, so I copied the script, ran manually, and it now says FATA[0001] Cannot run hyperkit: Cannot resize "/Users/sam/.cache/nix-linuxkit-builder/nix-disk" to 79000MiB: truncate /Users/sam/.cache/nix-linuxkit-builder/nix-disk: no space left on device
<LnL> did you update rust?
<LnL> try $out/bin/nix-linuxkit-runner
alexteves has joined #nix-darwin
<Enzime> LnL: what's the best way to use overlays with nixpkgs/nix-darwin?
<LnL> darwin-option nixpkgs.overlays
<Enzime> LnL: is there an equivalent to https://nixos.org/nixos/options.html
<Enzime> for nix-darwin?
<LnL> no, don't have a manpage either yet
<disasm> I changed SIZE in that script and it runs now
<disasm> thanks LnL
<disasm> I got it working with the example. Is there a way I can specify when running nix-build that I want this to build in the nixkit builder instead of locally?
<LnL> nix-build --option builders 'ssh://hostname x86_64-linux'
<disasm> oh, perfect, thanks!
<LnL> you do need to be a trusted user for that to work tho
<disasm> hmmm, does that still try to evaluate locally?
<LnL> yes
<disasm> I get an error when it tries processing glibcLocales (referenced in the nix file I'm building) because OSX doesn't have glibcLocales. Is there any way around that?
<LnL> you mean like --argstr system x86_64-linux?
hamishmack has quit [Quit: Textual IRC Client: www.textualapp.com]
hamishmack has joined #nix-darwin
andreabe_ has joined #nix-darwin
<disasm> that sorta worked, but it's building everything from scratch instead of grabbing stuff from my binary cache.
<disasm> LnL: would it be easier to get a linux builder with my binary cache config using your docker image instead of linuxkit?
__Sander__ has quit [Quit: Konversation terminated!]
<LnL> you might be able to login to the linuxkit builder and edit /etc/nix/nix.conf
<LnL> not sure if that's possible declaratively, but with my image you could build a variant that just adds a config file
andreabe_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Sonarpulse has joined #nix-darwin
gchris`wednesday is now known as gchrist`recovery
philr has quit [Ping timeout: 264 seconds]
kamcma has joined #nix-darwin
nix-build has joined #nix-darwin
nix-build has quit [Changing host]
nix-build has joined #nix-darwin
nix-build has quit [Remote host closed the connection]
<johnw> is there a plan to update our SDK beyond 10.10?
gchrist`recovery is now known as gchristensen
the has joined #nix-darwin
the has quit [Remote host closed the connection]
the has joined #nix-darwin
the has quit [Changing host]
the has joined #nix-darwin
kamcma has quit [Quit: Page closed]
<LnL> I kind of do, but I've been kind of putting it off
<LnL> I'm using to having a 10.10 machine as an excuse not to start with it
<LnL> but I really should...
the has quit [Ping timeout: 244 seconds]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Sonarpulse has quit [Ping timeout: 265 seconds]
hamishmack has joined #nix-darwin