trcc has joined #nix-darwin
trcc has quit [Ping timeout: 272 seconds]
LnL has quit [Ping timeout: 244 seconds]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 250 seconds]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 250 seconds]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 245 seconds]
nD5Xjz has joined #nix-darwin
<dmj`> Hi, so I noticed darwin.apple_sdk.frameworks.AppKit in nixpkgs the other day, was curious, does UIKit exist as well? Would be located inside of an XCode sdk I believe
nD5Xjz has quit [Ping timeout: 255 seconds]
nD5Xjz has joined #nix-darwin
trcc has joined #nix-darwin
trcc has quit [Read error: Connection reset by peer]
trcc_ has joined #nix-darwin
LnL has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 245 seconds]
nD5Xjz has joined #nix-darwin
ij has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 245 seconds]
nD5Xjz_ has joined #nix-darwin
philr has joined #nix-darwin
philr has quit [Client Quit]
peacememories has joined #nix-darwin
peacememories has quit [Quit: Textual IRC Client: www.textualapp.com]
ij has quit [Ping timeout: 240 seconds]
trcc_ has quit [Remote host closed the connection]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 250 seconds]
periklis has joined #nix-darwin
trcc has joined #nix-darwin
periklis has quit [Ping timeout: 246 seconds]
ij has joined #nix-darwin
ij has quit [Ping timeout: 246 seconds]
ij has joined #nix-darwin
ij has quit [Read error: Connection reset by peer]
ij has joined #nix-darwin
<ij> have you ever felt a need for an xclip-compatible executable on mac?
<LnL> what's xclip?
<ij> pbcopy/pbpaste equivalent for linux
<LnL> so what's wrong with those?
<gchristensen> I never have, on the opposite side I've wished for pbcopy / pbpaste on linux
<gchristensen> xclip is too complicated
<ij> LnL: I just have scripts that are using them
<ij> gchristensen: is xclip complicated per se or is linux clipboard as such?
<ij> I fixed that by installing some daemon that syhcronizes both clipboards and I've set the selection to the "clipboard" selection by default
<ij> anyhow, I wrote a xclip for myself :D https://clbin.com/TBLlr
<gchristensen> I don't know I just want to copy paste some stuff
<ij> yeah, that's linux clipboards for you
<LnL> oh you mean xclip is hardcoded?
<ij> hm?
<LnL> didn't understand the problem
<ij> i.e. "what's wrong with linux clipboard"?
trcc_ has joined #nix-darwin
trcc has quit [Ping timeout: 244 seconds]
trcc_ has quit [Ping timeout: 246 seconds]
ij has quit [Ping timeout: 246 seconds]
ryanartecona has joined #nix-darwin
trcc has joined #nix-darwin
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 250 seconds]
<LnL> matthewbauer[m]: was your issue with md5 CrashReporterClient.h? https://github.com/NixOS/nixpkgs/commit/348215569af3449425de7754dc8898286fe6a1a5
<LnL> aww :/, Undefined symbols for architecture x86_64: "__os_crash"
<cbarrett> Hello. Is it possible to call https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/make-disk-image.nix on macos? I'm not sure where the config would come from. I'm generating VMs to upload to a cloud provider.
<LnL> gchristensen: friendly reminders about the builders :)
<gchristensen> ack
<clever> cbarrett: simplest thing is to set the system param when you import nixpkgs, and then let a linux build slave do the real work
<cbarrett> I'll look into the docs for that, thanks clever
<clever> cbarrett: import <nixpkgs> { system = "x86_64-linux"; }
<cbarrett> heh I ran that in nix repl and there's a lot of spew.
<LnL> yeah, runInLinuxVM doesn't work on darwin
<cbarrett> i think tomorrow i'll see what I can do from the live cd under virtualbox