alexteves has quit [Remote host closed the connection]
Nikita has joined #nix-darwin
Nikita is now known as Guest85225
nikivi has quit [Ping timeout: 252 seconds]
Guest85225 is now known as nikivi
jrolfs has quit [Ping timeout: 252 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 260 seconds]
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nix-darwin
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nix-darwin
philr has joined #nix-darwin
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 272 seconds]
{^_^} has quit [Ping timeout: 260 seconds]
{^_^} has joined #nix-darwin
nikivi has quit [Read error: Connection reset by peer]
Nikita has joined #nix-darwin
Nikita is now known as Guest93195
Guest93195 is now known as nikivi
johnw has joined #nix-darwin
wildsebastian has quit [Ping timeout: 240 seconds]
wildsebastian has joined #nix-darwin
philr has quit [Ping timeout: 260 seconds]
<johnw>
what do I do about a build that fails because it cannot write to /homeless-shelter? It's a LaTeX build that can't generate any fonts due to this
<clever>
johnw: either stop it from trying to use $HOME or `export HOME=$NIX_BUILD_TOP/fakehome/ ; mkdir $HOME`
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 252 seconds]
philr has joined #nix-darwin
hamishmack has joined #nix-darwin
philr has quit [Quit: WeeChat 2.2]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
__Sander__ has joined #nix-darwin
hamishmack has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
periklis has joined #nix-darwin
hamishmack has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
periklis has quit [Ping timeout: 240 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 244 seconds]
alexteves has joined #nix-darwin
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 240 seconds]
__Sander__ has quit [Quit: Konversation terminated!]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 245 seconds]
jrolfs has joined #nix-darwin
alexteves has quit [Remote host closed the connection]
alexteves has joined #nix-darwin
alexteves_ has joined #nix-darwin
alexteves has quit [Ping timeout: 246 seconds]
alexteves_ has quit [Quit: Leaving]
<johnw>
clever: do that at the beginning of the buildPhase?
<clever>
johnw: or in preBuild
<LnL>
I generally just use preConfig = '' export HOME=$NIX_BUILD_TOP '';
<johnw>
ok, trying
<LnL>
preConfigure*
<johnw>
thanks, that worked!
<johnw>
now I just need to know how to make a particular font (Tahoma) available to that build
<johnw>
let's see if Liberation Sans will work, using liberation_ttf
<johnw>
I'm trying to make a fully contained build of an Org-mode file that produces a Beamer slide deck
hamishmack has joined #nix-darwin
<LnL>
I think I'll never understand emacs people and their org mode
<LnL>
oh wow, the 18.09 failures look surprisingly reasonable