00:01
trcc has joined #nix-darwin
00:06
trcc has quit [Ping timeout: 272 seconds]
00:30
LnL has quit [Ping timeout: 244 seconds]
01:26
trcc has joined #nix-darwin
01:30
trcc has quit [Ping timeout: 250 seconds]
03:02
trcc has joined #nix-darwin
03:07
trcc has quit [Ping timeout: 250 seconds]
05:03
trcc has joined #nix-darwin
05:07
trcc has quit [Ping timeout: 245 seconds]
05:39
nD5Xjz has joined #nix-darwin
05:58
<
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
06:26
nD5Xjz has quit [Ping timeout: 255 seconds]
06:28
nD5Xjz has joined #nix-darwin
06:43
trcc has joined #nix-darwin
06:43
trcc has quit [Read error: Connection reset by peer]
06:44
trcc_ has joined #nix-darwin
07:30
LnL has joined #nix-darwin
07:54
nD5Xjz has quit [Ping timeout: 245 seconds]
08:06
nD5Xjz has joined #nix-darwin
08:28
ij has joined #nix-darwin
09:25
nD5Xjz has quit [Ping timeout: 245 seconds]
09:25
nD5Xjz_ has joined #nix-darwin
09:35
philr has joined #nix-darwin
09:39
philr has quit [Client Quit]
10:06
peacememories has joined #nix-darwin
10:32
ij has quit [Ping timeout: 240 seconds]
10:39
trcc_ has quit [Remote host closed the connection]
10:40
trcc has joined #nix-darwin
10:44
trcc has quit [Ping timeout: 250 seconds]
10:51
periklis has joined #nix-darwin
11:17
trcc has joined #nix-darwin
11:19
periklis has quit [Ping timeout: 246 seconds]
11:24
ij has joined #nix-darwin
11:34
ij has quit [Ping timeout: 246 seconds]
11:57
ij has joined #nix-darwin
12:21
ij has quit [Read error: Connection reset by peer]
12:27
ij has joined #nix-darwin
12:44
<
ij >
have you ever felt a need for an xclip-compatible executable on mac?
12:44
<
LnL >
what's xclip?
12:44
<
ij >
pbcopy/pbpaste equivalent for linux
12:46
<
LnL >
so what's wrong with those?
12:46
<
gchristensen >
I never have, on the opposite side I've wished for pbcopy / pbpaste on linux
12:46
<
gchristensen >
xclip is too complicated
12:47
<
ij >
LnL: I just have scripts that are using them
12:47
<
ij >
gchristensen: is xclip complicated per se or is linux clipboard as such?
12:47
<
ij >
I fixed that by installing some daemon that syhcronizes both clipboards and I've set the selection to the "clipboard" selection by default
12:49
<
gchristensen >
I don't know I just want to copy paste some stuff
12:51
<
ij >
yeah, that's linux clipboards for you
13:02
<
LnL >
oh you mean xclip is hardcoded?
13:28
<
LnL >
didn't understand the problem
13:29
<
ij >
i.e. "what's wrong with linux clipboard"?
14:05
trcc_ has joined #nix-darwin
14:07
trcc has quit [Ping timeout: 244 seconds]
14:09
trcc_ has quit [Ping timeout: 246 seconds]
16:20
ij has quit [Ping timeout: 246 seconds]
17:15
ryanartecona has joined #nix-darwin
18:33
trcc has joined #nix-darwin
19:31
trcc has quit [Remote host closed the connection]
19:31
trcc has joined #nix-darwin
19:36
trcc has quit [Ping timeout: 250 seconds]
20:57
<
LnL >
aww :/, Undefined symbols for architecture x86_64: "__os_crash"
23:30
<
LnL >
gchristensen: friendly reminders about the builders :)
23:42
<
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
23:43
<
cbarrett >
I'll look into the docs for that, thanks clever
23:44
<
clever >
cbarrett: import <nixpkgs> { system = "x86_64-linux"; }
23:45
<
cbarrett >
heh I ran that in nix repl and there's a lot of spew.
23:46
<
LnL >
yeah, runInLinuxVM doesn't work on darwin
23:55
<
cbarrett >
i think tomorrow i'll see what I can do from the live cd under virtualbox