davidlt_ has quit [Remote host closed the connection]
davidlt_ has joined #nixos-dev
orivej has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
goibhniu has joined #nixos-dev
obadz has quit [Quit: WeeChat 2.0]
obadz has joined #nixos-dev
obadz has quit [Client Quit]
obadz has joined #nixos-dev
Lisanna has joined #nixos-dev
ma27 has joined #nixos-dev
<globin>
manveru: did you make any progress on gitlab?
goibhniu has quit [Ping timeout: 240 seconds]
goibhniu has joined #nixos-dev
zybell_ has quit [Read error: Connection timed out]
zybell_ has joined #nixos-dev
davidlt_ is now known as davidlt
Jackneilll has quit [Quit: Leaving]
<manveru>
globin: no, sorry
<manveru>
didn't have a ton of time to spare
<gchristensen>
I don't like how github handles reviews when you go commit yb commit
<gchristensen>
that PR is hard to read any other way
<globin>
manveru: I might have found a solution with Mic92, the unicorn dep is in its own group in the Gemfile and we by default limit the groups to "
<manveru>
ah, good point
<globin>
manveru: "default" and the libraries are installed but the wrapper for the binary stubs don't include the other groups
<globin>
manveru: I'll test a full deployment this evening and if that works I'll fix it for now by explicitly adding the group in gitlab's bundlerEnv, but we could think about not defining the groups in Bundler.setup => installing all the binaries?
<manveru>
that'd probably make it way easier to use, yes
<manveru>
and also not be any backwards-compat issue
<Profpatsch>
gchristensen: release notes also for trace warnings?
<Profpatsch>
I’d trace (with alternative) for unstable/master and add a release note on remove
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
MichaelRaskin has joined #nixos-dev
<clever>
gchristensen: pushed an update to what you mentioned
<gchristensen>
lgtm
<gchristensen>
clever: is there a nixos test especially appropriate for this?
<clever>
the container job in release.nix runs it, but doesnt validate the output
Cale has quit [Remote host closed the connection]
Cale has joined #nixos-dev
orivej has joined #nixos-dev
Lisanna has quit [Quit: Lisanna]
lopsided98 has quit [Remote host closed the connection]
<copumpkin>
hmm, the installer for nix 2.0 seems to care about stuff like MANPATH and USER, which the earlier installers didn't care about. It's messing up my headless unnattended install :(
<copumpkin>
anyone know what changed?
<gchristensen>
I think the single-user linux installer has dependen upon USER for a long long long time
<gchristensen>
~2014 at least
<gchristensen>
what is this about a MANPATH? what problems are you running in to? can I helep?
<copumpkin>
oh, is the systemd installer live already?
<gchristensen>
no
<copumpkin>
oh maybe it's something else actually
<copumpkin>
looks like the install goes through but the nix profile.d/nix.sh wants MANPATH to be set, which it didn't want before
<copumpkin>
78: /root/.nix-profile/etc/profile.d/nix.sh: MANPATH: parameter not set
<gchristensen>
that changed in early 2018 yeah, if [ -n "${MANPATH}" ]; then
<gchristensen>
do you have `set -u` in your profile loader? :o
<dtz>
just wanna see if nixos tests are broken on staging upstream too or just locally :). starts evaluating and building the answer to that question himself
<dtz>
xD
<dtz>
err, yes it is (and I think that's what I said)?
<dtz>
:3
davidlt has quit [Ping timeout: 264 seconds]
jtojnar_ has joined #nixos-dev
jtojnar has quit [Ping timeout: 264 seconds]
jtojnar_ is now known as jtojnar
vcunat has quit [Ping timeout: 256 seconds]
vcunat has joined #nixos-dev
orivej has joined #nixos-dev
vcunat has quit [Quit: Leaving.]
<dtz>
yay tests were failing b/c of a commit I dropped in a rebase (and skipped over a few times) that "couldn't possibly" be related :D
<dtz>
doing a bisect would be rather computational expensive so was trying to avoid it :3