sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.03 released! https://discourse.nixos.org/t/nixos-19-03-release/2652 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html https://r13y.com | 19.03 RMs: samueldr,sphalerite | https://logs.nix.samueldr.com/nixos-dev
jtojnar has joined #nixos-dev
drakonis has quit [Ping timeout: 276 seconds]
drakonis has joined #nixos-dev
Orbstheorem has quit [Ping timeout: 276 seconds]
Orbstheorem has joined #nixos-dev
drakonis has quit [Ping timeout: 257 seconds]
orivej has quit [Ping timeout: 255 seconds]
drakonis has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 252 seconds]
scott has quit [Ping timeout: 258 seconds]
scott has joined #nixos-dev
jtojnar has quit [Ping timeout: 258 seconds]
<domenkozar[m]> has someone tried https://github.com/hercules-ci/arion yet? :)
orivej has joined #nixos-dev
justanotheruser has quit [Ping timeout: 246 seconds]
drakonis1 has quit [Quit: WeeChat 2.4]
orivej has quit [Ping timeout: 258 seconds]
phreedom has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
init_6 has joined #nixos-dev
emily has quit [Remote host closed the connection]
emily has joined #nixos-dev
gchristensen has left #nixos-dev ["WeeChat 2.4"]
gchristensen has joined #nixos-dev
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-dev
Cale has quit [Ping timeout: 276 seconds]
Cale has joined #nixos-dev
justanotheruser has joined #nixos-dev
orivej has joined #nixos-dev
emily has quit [Quit: Updating details, brb]
emily has joined #nixos-dev
orivej has quit [Ping timeout: 250 seconds]
<arianvp> is /run re-populated on boot?
<arianvp> I want to mount /run as a tmpfs like other distros do, but wonder if stuff will break for nixos
<arianvp> with /run/booted-system and /run/current-system etc
<gchristensen> my /run is a tmpfs, yours isn't?
<gchristensen> polling a few systems, all the /run's are a tmpfs
psyanticy has joined #nixos-dev
<gchristensen> arianvp: ^
<init_6> gcc9? o nice new build bugs
zimbatm has quit []
zimbatm has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 250 seconds]
jtojnar has joined #nixos-dev
drakonis has quit [Ping timeout: 252 seconds]
<thoughtpolice> Updated bpftrace in master now: https://github.com/NixOS/nixpkgs/commit/241063ca84811cd4bf6be1274cfd3f57413f6297 -- been waiting on this for a while!
<thoughtpolice> Also makes me happy when we can remove gross hacks because upstream fixed them :)
ckauhaus has quit [Quit: WeeChat 2.4]
<etu> thoughtpolice++ :)
<{^_^}> thoughtpolice's karma got increased to 4
<arianvp> gchristensen: oh They are. Not sure why I thought they weren't. I think I was confused with /tmp
<gchristensen> ah
<gchristensen> arianvp: yeah, check out boot.tmpOnTmpfs and boot.cleaneTmpDir
<gchristensen> minus typos of course
qyliss^work has quit [Quit: bye]
qyliss^work has joined #nixos-dev
orivej has joined #nixos-dev
phreedom has joined #nixos-dev
orivej has quit [Ping timeout: 250 seconds]
init_6 has quit []
<arianvp> gchristensen: did you look any further into the diff-hook stuff for r13y ?
<arianvp> I remember discussing this a few months back
<gchristensen> no, I haven't gone back to look at the hook
<gchristensen> there are some strange problems with how I run the checker now which causes a lot of failures for no discernable reason
<genesis> i still figuring how to fix that :
<genesis> $ grep rom_path ~/.cap32.cfg
<genesis> rom_path=/nix/store/vzklpxmzhgm8wrnl4m6blrad2jw925il-caprice32-4.5.0/share/caprice32/rom/
<genesis> i wonder if i could put a symlink in /var , and patch software with support to follow it
<samueldr> from a 10s look, genesis, looks like what's happening is that it copies the default configuration file as a template, which includes a hardcoded path https://github.com/ColinPitrat/caprice32/blob/317fe638111e245d67e301f6f295094d3c859a70/cap32.cfg
<samueldr> not sure how caprice32 acts, but I would try patching rom_path= to `rom_path=./roms/`... mirroring how it has ./cart/ ./snap/ etc
<genesis> yes, i fix it with a substitute to $out, but $out change each time, so when you use user config, it broks each update
<genesis> no in fact this path ./cart and so doesn't work
<samueldr> even their /usr/local default seems wrong with regards to how the FHS works
<samueldr> (imo)
<genesis> yes debian patch it too, but since the path doesn't change, user are not worried in their config
<samueldr> imo the debian patch is as wrong as the /usr/local default
<genesis> i primary think i could fix that with relative path, but they is non standard way to get the binary path and it's a noway to do like that
<samueldr> I would be surprised that ./roms wouldn't work, considering their test suite uses ../../../rom as a value
<genesis> i think it doesn't work but since the value is ignored
<genesis> it took default that is appPath/roms/
<samueldr> unless... ah, I see, roms are the roms of the system, not "a cartridge", and the emulator ships with rom files, I see how it is an issue
<genesis> yeap that's it.
MichaelRaskin has joined #nixos-dev
<genesis> the 2 last parameters are defaults
<genesis> and btw, conf.getStringValue has no way to figure out relative path
<genesis> so it rely on fopen() to do so, and so it's relative to CWD
<samueldr> yeah, I misunderstood roms to be carts, there
<genesis> the easyest would really be to have a non variable path
<samueldr> I guess the solution here is patching the source so the default, when rom_path is empty, works, and then patch the rom_path in the sample config as an empty value
<genesis> hum fix that in such a config.h to a compiletime substitution, leading me to set to $out ?
<samueldr> I guess it's up to you
<genesis> thanks for hepl
<genesis> and btw i've PR a XDG support for it.
psyanticy has quit [Quit: Connection closed for inactivity]
<genesis> done :)
chrisaw has quit [*.net *.split]
cocreature has quit [*.net *.split]
vdemeester has quit [*.net *.split]
flokli has quit [*.net *.split]
layus has quit [*.net *.split]
srk has quit [Ping timeout: 250 seconds]
nwspk has quit [*.net *.split]
Irenes has quit [*.net *.split]
fadenb has quit [*.net *.split]
NinjaTrappeur has quit [*.net *.split]
garbas has quit [*.net *.split]
srk has joined #nixos-dev
vdemeester has joined #nixos-dev
chrisaw has joined #nixos-dev
cocreature has joined #nixos-dev
fadenb has joined #nixos-dev
Irenes has joined #nixos-dev
nwspk has joined #nixos-dev
garbas has joined #nixos-dev
NinjaTrappeur has joined #nixos-dev
drakonis has joined #nixos-dev
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
nocent has quit [Ping timeout: 264 seconds]
phreedom_ has joined #nixos-dev
orivej has joined #nixos-dev
phreedom has quit [Ping timeout: 256 seconds]
Orbstheorem has quit [Ping timeout: 250 seconds]
Orbstheorem has joined #nixos-dev
flokli has joined #nixos-dev