<johnw>
until it's understood I guess I just can't override that function
<johnw>
i'll have to manually expose criterion
philr has quit [Ping timeout: 264 seconds]
<dhess>
johnw: do you have remote builders configured on your Mac?
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
Lisanna has quit [Remote host closed the connection]
nD5Xjz has quit [Ping timeout: 240 seconds]
nD5Xjz has joined #nix-darwin
Lisanna has joined #nix-darwin
philr has joined #nix-darwin
philr has quit [Ping timeout: 256 seconds]
<Enzime>
does anyone know how to debug .app on macOS
<Enzime>
when I open one it just closes
<Enzime>
and can't figure out how to find the error messages
<LnL>
what happens if you run the binary directly?
<LnL>
like result/Applications/Foo.app/Contents/MacOS/Foo
alexteves has joined #nix-darwin
<Enzime>
LnL: works fine
__Sander__ has joined #nix-darwin
<LnL>
and the app bundle doesn't
<LnL>
I remember app bundles not working if it has symlinks instead of folders
<Enzime>
LnL: in this case, the binary is a symlink
<Enzime>
but it's more like there's a symlink to a symlink
<Enzime>
apparently the default mpv bundle
<Enzime>
comes with mpv-bundle which is symlinked to mpv
<Enzime>
so when I make mpv a symlink it doesn't work
philr has joined #nix-darwin
<tfc[m]>
hey guys, after installing nix on my mac i see that `nix-channel --list` does not output anything. what is a good channel for mac that has most packages cached on the standard public nix binary cache?
Sonarpulse has joined #nix-darwin
philr has quit [Quit: WeeChat 2.1]
<clever>
tfc[m]: run `sudo -i` then `nix-channel --list`
<tfc[m]>
clever: ok, i did that with and without sudo and had no channel pre-configured.
<tfc[m]>
what should i use?
<clever>
tfc[m]: use `sudo -i` exactly, not `sudo nix-channel --list`
<tfc[m]>
oh, i see. thanks!
<clever>
apple sets the wrong $HOME when you use sudo
<LnL>
yeah...
<LnL>
Defaults env_keep += "HOME MAIL"
<tfc[m]>
i use nixos a lot and start getting around nicely, but nix on macos is still quite confusing
__Sander__ has quit [Quit: Konversation terminated!]
johnw has quit [Remote host closed the connection]
danielhanson has joined #nix-darwin
<danielhanson>
anybody there?
<danielhanson>
looking to get nix running on a second osx box. Trying to make my dotfiles os agnostic but the install script is having issues. The ticket I looked at appears to be unresolved and wondering if anybody had run into something similar
<danielhanson>
I have it working fine on another machine running osx so tryinng to figure out what is different
<danielhanson>
It seems the build user nixbld9 already exists, but with the UID
<danielhanson>
with the UID ''. This script can't really handle that right
<danielhanson>
now, so I'm going to give up.
<danielhanson>
I was looking at the ticket earlier where somebody was having a similar issue. I'll try to dig it up
Sonarpulse has quit [Ping timeout: 276 seconds]
<danielhanson>
This isn't the first install on this machine though so it could be the script has changed or that I didn't completely remove all traces of the previous install
<LnL>
it even configured other stuff like the RealName...
<LnL>
was expecting a partially created user, but that doesn't seem to be the case
<LnL>
^ gchristensen
<LnL>
what about nixbld10?
johnw has joined #nix-darwin
<danielhanson>
I have a bash script I was using to install everything but nix-env wasn't found when I ran it on this machine so missed something so tried removing all traces of nix and running it again
<danielhanson>
trying nixbld10 now
<danielhanson>
I'll post it in the same gist
<LnL>
and does id 30009 return a user?
<danielhanson>
id -nu 30009 127 ↵
<danielhanson>
id: 30009: no such user
<johnw>
LnL: ping
<LnL>
pong
<johnw>
so, another weird one in the same vein as yesterday