jtojnar has quit [Remote host closed the connection]
dredozubov has quit [Ping timeout: 240 seconds]
dredozubov has joined #nix-darwin
contrapumpkin is now known as Whale
Whale is now known as contrapumpkin
contrapumpkin is now known as Whale
Whale is now known as contrapumpkin
philr has joined #nix-darwin
<ldlework>
DMG signing is pretty damaging to Nix on OSX
chrisbarrett has quit [Ping timeout: 264 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 256 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 260 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 268 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Remote host closed the connection]
zzamboni has joined #nix-darwin
zzamboni has quit [Remote host closed the connection]
zzamboni has joined #nix-darwin
zzamboni has quit [Remote host closed the connection]
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 248 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
carter has quit []
carter has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
mankyKitty has quit []
mankyKitty has joined #nix-darwin
zzamboni has joined #nix-darwin
rgrinberg has quit []
rgrinberg has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
chrisbarrett has joined #nix-darwin
zzamboni has joined #nix-darwin
chrisbar1 has joined #nix-darwin
gleber_ has quit []
gleber_ has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
cbarrett has quit []
cbarrett has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
chrisbar1 has quit [Ping timeout: 256 seconds]
zzamboni has joined #nix-darwin
chrisbarrett has quit [Ping timeout: 276 seconds]
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
elvishjerricco has quit []
elvishjerricco has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
zzamboni has quit [Ping timeout: 260 seconds]
philr has quit [Ping timeout: 256 seconds]
jtojnar has joined #nix-darwin
<johnw>
ldlework: oh?
<ldlework>
Yeah how do you handle it?
<ldlework>
The only method for working with those kind of DMG's are with hdiutil which can't be used "headless"
<johnw>
oh, because it prompts for a password?
<contrapumpkin>
why would signing be harmful?
<johnw>
i'm starting to not like distributed builds much
<johnw>
the added speed is not worth the inconvenience
<contrapumpkin>
what could make them more convenient?
<johnw>
contrapumpkin: I'm missing these things:
<johnw>
-K doesn't save a build directory for me. Sometimes this is essential
<contrapumpkin>
ah yeah, that would be nice
<johnw>
Using C-c to kill the build *does not kill the build*. There continue to be processes on my laptop that keep on building whatever they were building
<contrapumpkin>
it should be possible for it to get transported back ,but that's work
<johnw>
actually getting a build to step takes a lot of work hunting down processes
<contrapumpkin>
maybe file issues for both of those
<contrapumpkin>
it seems like the protocol just needs to be a little richer
<LnL>
it bisects your current checkout with the last good build on hydra
<johnw>
I use independent scripts to make it easier to execute from other tools, like Emacs
<johnw>
very cool
<dhess>
ooh I will steal those hydra scripts
<LnL>
:)
<johnw>
1583803ed30033b3a03762be3148a87e417628e4 broke it
<contrapumpkin>
LnL: that sounds nice!
chrisbar1 has joined #nix-darwin
<ldlework>
johnw contrapumpkin because it can't be automated with Nix, afaiu
<ldlework>
hdiutil pops up a window, asking you to manually copy things around, and then you have to unmount and so on
<ldlework>
I am not saying signing is bad, I'm saying I don't see the tooling for automatically installing signed or encrypted or compressed DMG's as neither undmg or 7z can handle them
<ldlework>
I'm definitely interested in being wrong.
<contrapumpkin>
oh, we should add support to libdmg-hfsplus for it :)
<adelbertc>
has anyone noticed for Nix-installed Emacs (on macOS) that in terminal mode, pasting from clipboard does render the text on the screen as one expects, but Emacs itself does not register it. for instance if have "hello" on my clipboard and at the terminal prompt i type `echo <C-p>` I see `echo hello` but hitting enter echo only echo's a new line
the-kenny has quit [Ping timeout: 240 seconds]
<mitchty>
yay, was wondering where rust+cargo were coming from as my update to latest staging was taking forever, librsvg apparently now has rust in it, all this for imagemagick