gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | 18.03 release managers: fpletz and vcunat
pie__ has joined #nixos-dev
pie_ has quit [Read error: Connection reset by peer]
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 264 seconds]
mbrgm has quit [Ping timeout: 256 seconds]
mbrgm has joined #nixos-dev
Sonarpulse has quit [Ping timeout: 268 seconds]
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 240 seconds]
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 248 seconds]
davidlt has joined #nixos-dev
Lisanna has joined #nixos-dev
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 268 seconds]
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 256 seconds]
pxc has joined #nixos-dev
taktoa has joined #nixos-dev
pxc has quit [Ping timeout: 248 seconds]
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
_rvl has quit [Quit: ZNC 1.6.5 - http://znc.in]
_rvl has joined #nixos-dev
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 276 seconds]
ma271 has joined #nixos-dev
vcunat has joined #nixos-dev
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
ma271 has quit [Ping timeout: 256 seconds]
davidlt_ has joined #nixos-dev
davidlt has quit [Ping timeout: 240 seconds]
ma271 has joined #nixos-dev
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 268 seconds]
goibhniu has joined #nixos-dev
Lisanna has quit [Quit: Lisanna]
goibhniu has quit [Ping timeout: 264 seconds]
goibhniu has joined #nixos-dev
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 240 seconds]
<taktoa> I might be working on an overlay providing kythe indexing for haskell packages (based on mpickering's work)
<taktoa> will be really nice to have proper cross-referencing in big haskell projects
<globin> niksnut: the 17.09 channel doesn't seem to be updating although everything is built and tested has succeeded: https://hydra.nixos.org/eval/1444650
ma271 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos-dev
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
<globin> niksnut: also all other jobsets since 3 days
<taktoa> is it possible to do memoized recursion in nix?
jtojnar has quit [Ping timeout: 260 seconds]
<vcunat> I think I've seen some new combinator for memoization. (experimental?)
<srhb> At least there was one called memoize specifically intended for memoizing nixpkgs
<vcunat> And in any case you should be able to use some (nested) attrmaps to memoize stuff.
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 248 seconds]
jtojnar has joined #nixos-dev
ma27 has quit [Ping timeout: 260 seconds]
shlevy has quit [Quit: Quit]
ma27 has joined #nixos-dev
shlevy has joined #nixos-dev
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 264 seconds]
<taktoa> vcunat: yeah, I've seen that branch of nix
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 268 seconds]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
ma27 has quit [Ping timeout: 256 seconds]
ma27 has joined #nixos-dev
pxc has joined #nixos-dev
goibhniu has quit [Ping timeout: 248 seconds]
pxc has quit [Ping timeout: 264 seconds]
aminechikhaoui has quit [Ping timeout: 240 seconds]
<vcunat> In case someone is bored and wants to help with 18.03, see https://github.com/NixOS/nixpkgs/commit/6b9771e4
pxc has joined #nixos-dev
<vcunat> (especially if you're familiar with nixos containers)
pxc has quit [Ping timeout: 264 seconds]
aminechikhaoui has joined #nixos-dev
vcunat has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
cransom has quit [Quit: why is weechat using 400megs of memory?]
pxc has joined #nixos-dev
cransom has joined #nixos-dev
pxc has quit [Ping timeout: 264 seconds]
ma27 has quit [Remote host closed the connection]
Jackneilll has joined #nixos-dev
ma27 has joined #nixos-dev
Jackneill has quit [Ping timeout: 264 seconds]
ma27 has quit [Ping timeout: 256 seconds]
<Mic92> I take a look at the container problem
ma27 has joined #nixos-dev
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 240 seconds]
MichaelRaskin has quit [Ping timeout: 276 seconds]
zybell_ has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 256 seconds]
zybell_ has joined #nixos-dev
MichaelRaskin has joined #nixos-dev
<gchristensen> NixOS Devs, should everybody's NIX_PATH contain $HOME/.nix-defexpr/channels?
<gchristensen> or, /nix/var/nix/profiles/per-user/$USER/channels ?
<gchristensen> not asking what does it do, but what it _should_ do
<gchristensen> I say probably yes, so users can use their channels in nix-build as well as nix-env, a thing which doesn't happen now
<Mic92> gchristensen: something that I also saw a dangeling symlink in the vm test
<Mic92> for imperative nixos container
<gchristensen> ohh
ma27 has quit [Ping timeout: 276 seconds]
ma27 has joined #nixos-dev
obadz- has joined #nixos-dev
obadz has quit [Ping timeout: 248 seconds]
obadz- is now known as obadz
<Mic92> gchristensen: I suppose it is possible to fallback to root or to NIX_PATH if the user's own channel does not exist
goibhniu has joined #nixos-dev
ma27 has quit [Ping timeout: 256 seconds]
Bogdacutu has joined #nixos-dev
<clever> gchristensen: what about a new builtin, that returns the same magic set that nix-env internally uses?
<clever> gchristensen: so you can access the defexpr without having to know how it worked
<clever> gchristensen: i think it was over here: https://github.com/NixOS/nix/blob/master/src/nix-env/nix-env.cc#L100
ma27 has joined #nixos-dev
pxc has joined #nixos-dev
pxc has quit [Ping timeout: 240 seconds]
<LnL> what's up with all of the packaging request issues?
ma27 has quit [Ping timeout: 256 seconds]
obadz- has joined #nixos-dev
obadz has quit [Ping timeout: 260 seconds]
obadz- is now known as obadz
ma27 has joined #nixos-dev
<globin> Mic92: ah how far have you got?
<globin> I've spent the last few hours on that, too
<globin> it must be some change in v238...v238-stable
<globin> and the failure only occurs on container stop -> container start (missing interface host0)
Lisanna has joined #nixos-dev
goibhniu has quit [Ping timeout: 268 seconds]
davidlt__ has joined #nixos-dev
davidlt_ has quit [Ping timeout: 240 seconds]
Jackneilll has quit [Remote host closed the connection]
Jackneilll has joined #nixos-dev
Jackneilll has quit [Remote host closed the connection]
Jackneilll has joined #nixos-dev
obadz- has joined #nixos-dev
obadz- has quit [Client Quit]
obadz- has joined #nixos-dev
obadz- has quit [Quit: WeeChat 2.0]
ma27 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos-dev
ma27 has quit [Client Quit]
ma27 has joined #nixos-dev
davidlt__ has quit [Ping timeout: 264 seconds]
ma27 has quit [Ping timeout: 276 seconds]
Bogdacutu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jtojnar has quit [Remote host closed the connection]