carlosdagos has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
hamishmack has quit [Client Quit]
hamishmack has joined #nix-darwin
jtojnar has quit [Ping timeout: 264 seconds]
jtojnar has joined #nix-darwin
philr has quit [Ping timeout: 244 seconds]
hamishmack has quit [Ping timeout: 268 seconds]
periklis has joined #nix-darwin
trcc has joined #nix-darwin
hamishmack has joined #nix-darwin
trcc has quit [Ping timeout: 276 seconds]
trcc has joined #nix-darwin
trcc has quit [Read error: Connection reset by peer]
trcc has joined #nix-darwin
__Sander__ has joined #nix-darwin
periklis has quit [Ping timeout: 264 seconds]
__Sander__ has quit [Ping timeout: 272 seconds]
__Sander__ has joined #nix-darwin
philr has joined #nix-darwin
trcc has quit [Remote host closed the connection]
carlosdagos has quit [Quit: Connection closed for inactivity]
trcc has joined #nix-darwin
trcc has quit [Read error: Connection reset by peer]
trcc has joined #nix-darwin
alexteves has joined #nix-darwin
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 264 seconds]
MarkRBM has joined #nix-darwin
philr has quit [Ping timeout: 264 seconds]
justinweiss has quit []
__Sander__ has quit [Quit: Konversation terminated!]
MarkRBM has quit [Ping timeout: 244 seconds]
pikajude has quit [Remote host closed the connection]
pikajude has joined #nix-darwin
pikajude has quit [Remote host closed the connection]
pikajude has joined #nix-darwin
trcc has joined #nix-darwin
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
nikivi has quit [Quit: ZNC is awesome]
trcc has quit [Ping timeout: 245 seconds]
qyliss^work has quit [Ping timeout: 264 seconds]
qyliss^work has joined #nix-darwin
nikivi has joined #nix-darwin
nikivi has quit [Quit: ZNC is awesome]
nikivi has joined #nix-darwin
trcc has joined #nix-darwin
<johnw> oh wow, xquartz built
<johnw> when did that get fixed?
<LnL> huh, a pure version?
<johnw> doubt it
<johnw> i just built darwin.pkgs.xquartz
<johnw> that always used to fail in the past
<LnL> neat, wonder if it works if the system thing isn't installed
<johnw> i don't have the system thing installed
<LnL> gvim using x11 works now
<johnw> what brave soul has done this?
<LnL> somebody who thought it worked before, while apparently it totally didn't xD
nikivi has quit [Quit: ZNC is awesome]
nikivi has joined #nix-darwin
<LnL> but in case anybody cares, vim_configurable has +clientserver now
<johnw> what is the right way on darwin to provide -ltermcap?
<johnw> i did the s/-ltermcap/-lncurses/ thing, but it can't find ncurses
<LnL> did you also add ncurses?
<johnw> ah, I needed -L${self.ncurses}/lib
nikivi has quit [Quit: ZNC is awesome]
<LnL> hmm weird
nikivi has joined #nix-darwin
<johnw> yay, imgcat is working again
<johnw> gotta add this one to nixpkgs
<LnL> doesn't work in tmux :(
<johnw> what doesn't work in tmux?
<johnw> i just pushed imgcat to master
<LnL> imgcat, it only works in a plain terminal (that supports it)
<johnw> ah
<nikivi> Is it possible to install PostgreSQL on mac with nix?
<nikivi> pgcli package doesnt evaluate on darwin
<nikivi> I think I a still going to have to run brew and nix side by side
<nikivi> wanted to go only nix
<nikivi> does anyonne know how I can make 'npm i -g' work with nix?
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nikivi> currently can't install any npm tools at all
<nikivi> I think there should be a nix tool that you can point it a npm package and it will npm2nix it and then install it automatically
<nikivi> or if you try get a go library it also smartly does the conversion as there is go2nix tool too
<LnL> postgres should work
trcc has quit [Remote host closed the connection]
<LnL> and check out node2nix
<LnL> or use --user (if that's a thing)
trcc has joined #nix-darwin
<nikivi> so for example
<nikivi> vsce tool
<nikivi> I would have to clone the project and then run node2nix tool on it?
<LnL> I have not used it myself so I don't know the details
<nikivi> hey LnL is it possible to nixify this command in darwing?
<nikivi> npm config set prefix '~/.npm-global'
<nikivi> its to change default installation for global installs
<LnL> probably
trcc has quit [Ping timeout: 240 seconds]
hamishmack has joined #nix-darwin
philr has joined #nix-darwin
Lisanna has joined #nix-darwin