<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?
<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>
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?