rycee changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/rycee/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
claudiii has quit [Quit: Connection closed for inactivity]
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #home-manager
cole-h has quit [Quit: WeeChat 2.7.1]
cole-h has joined #home-manager
cole-h has quit [Quit: WeeChat 2.7.1]
cole-h has joined #home-manager
cole-h has quit [Quit: WeeChat 2.7.1]
cole-h has joined #home-manager
cole-h has quit [Ping timeout: 255 seconds]
kp125 has joined #home-manager
kp125 has quit [Remote host closed the connection]
__monty__ has joined #home-manager
<rycee> lovesegfault: Yeah, should be fine to just run the activate script.
claudiii has joined #home-manager
romanofski has quit [Ping timeout: 240 seconds]
romanofski has joined #home-manager
boxscape has joined #home-manager
johnw has quit [Quit: ZNC - http://znc.in]
cole-h has joined #home-manager
__monty__ has quit [Quit: leaving]
c0c0 has joined #home-manager
claudiii has quit [Quit: Connection closed for inactivity]
naivesheep has joined #home-manager
<schmittlauch[m]> Hi. I wanted to try out the NixOS 20.03 beta and thus also changed to home-manager master. Unfortunately it seems to have trouble putting my list of packages together:
<cole-h> Your home.nix would also be useful
<schmittlauch[m]> Any ideas what's going on? My home.packages is constructed by concatenating several lists of packages.
<schmittlauch[m]> cole-h: need to tidy it up, wait a sec
<schmittlauch[m]> cole-h: ^
<schmittlauch[m]> (I removed the SSH section, which probably wasn't the reason for the error anyways)
<cole-h> Is your `unstable = import {};` purposefully blank?
<schmittlauch[m]> cole-h: you mean `unstable = import <nixos-unstable> {};`?
<schmittlauch[m]> nixos-unstable is a channel on my system
<schmittlauch[m]> cole-h: Oh, just saw that apparently the pastebin removed things between the <> brackets
<cole-h> Yeah, it shows blank which is why I was curious :P
<schmittlauch[m]> I'll post it again, bear with me