<elvishjerricco>
gchristensen: Hey, where was that new systemd based installer you were working on for multi-user Nix? I'd like to do an experiment with it.
<elvishjerricco>
Oh. Looks like it was merged. How would I test the new installer on the existing 2.0 release?
ma27 has joined #nixos-chat
ma27 has quit [Ping timeout: 276 seconds]
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-chat
jtojnar has quit [Ping timeout: 264 seconds]
Synthetica has joined #nixos-chat
jtojnar has joined #nixos-chat
ma27 has joined #nixos-chat
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-chat
infinisil has quit [Quit: Configuring ZNC, sorry for the join/quits!]
infinisil has joined #nixos-chat
<gchristensen>
elvishjerricco: nix-build ./release.nix -A binaryTarball.x86_64-linux
<gchristensen>
then tar -xf the file in result/, and run ./install
jtojnar_ has joined #nixos-chat
jtojnar has quit [Ping timeout: 256 seconds]
jtojnar_ is now known as jtojnar
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-chat
Lisanna has quit [Remote host closed the connection]
sphalerite has quit [Quit: WeeChat 1.9.1]
sphalerite has joined #nixos-chat
ma27 has quit [Ping timeout: 256 seconds]
zybell_ has quit [Ping timeout: 264 seconds]
zybell_ has joined #nixos-chat
<elvishjerricco>
gchristensen: Did not seem to work on the 2.0 maintenance branch. Guess I'll try master :P
<gchristensen>
what didn't work?
<gchristensen>
elvishjerricco: ^
<elvishjerricco>
gchristensen: My brain. Didn't realize I was using a super old Ubuntu :P
<gchristensen>
oohh hehe
<elvishjerricco>
gchristensen: Hm. Worked on master, but not on the 2.0-maintenance branch
<gchristensen>
what isn't working?
<elvishjerricco>
gchristensen: When I run `install` on ubuntu 17.04 from the 2.0-mainenance branch, it just does a single user install. On master it does the multi-user install
<gchristensen>
hmmm
<gchristensen>
ok I'll have to check in a bit
<gchristensen>
I thought I backported the patches
ma27 has joined #nixos-chat
<elvishjerricco>
gchristensen: Yea I see the commits in there.