ChanServ changed the topic of #home-manager to: Support and discussion around the Home Manager project (https://github.com/nix-community/home-manager) | Logs: https://logs.nix.samueldr.com/home-manager
justanotheruser has joined #home-manager
evanjs has quit [Read error: Connection reset by peer]
MmeQuignon has quit [Ping timeout: 240 seconds]
evanjs has joined #home-manager
rajivr has joined #home-manager
cole-h has quit [Quit: Goodbye]
cole-h has joined #home-manager
cole-h has quit [Quit: Goodbye]
mcornick has joined #home-manager
cole-h has joined #home-manager
cole-h has quit [Client Quit]
cole-h has joined #home-manager
cole-h has quit [Quit: Goodbye]
mcornick has quit [Remote host closed the connection]
mcornick has joined #home-manager
romanofski has quit [Ping timeout: 256 seconds]
romanofski has joined #home-manager
romanofski has quit [K-Lined]
mcornick has quit [Quit: bbiab]
mcornick has joined #home-manager
swflint has quit [Ping timeout: 260 seconds]
justan0theruser has joined #home-manager
justanotheruser has quit [Ping timeout: 240 seconds]
swflint has joined #home-manager
mcornick has quit [Quit: zzzzzzzz]
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AlpineLlama has joined #home-manager
ronthecookie has quit [Excess Flood]
ronthecookie has joined #home-manager
cole-h has joined #home-manager
heywoodlh has quit [Ping timeout: 245 seconds]
ece has quit [Read error: Connection reset by peer]
ece has joined #home-manager
heywoodlh has joined #home-manager
jiribenes_ has joined #home-manager
benkolera_ has joined #home-manager
tnks_ has joined #home-manager
midchildan_ has joined #home-manager
dgpratt_ has joined #home-manager
infinisi1 has joined #home-manager
mog- has joined #home-manager
manveru_ has joined #home-manager
Shados_ has joined #home-manager
ashkitte1 has joined #home-manager
hax404_ has joined #home-manager
nextloop1 has joined #home-manager
swflint has quit [Ping timeout: 264 seconds]
swflint has joined #home-manager
wirew0rm2 has joined #home-manager
malorie has joined #home-manager
mog has quit [*.net *.split]
Shados has quit [*.net *.split]
infinisil has quit [*.net *.split]
manveru has quit [*.net *.split]
benkolera has quit [*.net *.split]
wirew0rm1 has quit [*.net *.split]
woffs has quit [*.net *.split]
tdeo has quit [*.net *.split]
midchildan has quit [*.net *.split]
dgpratt has quit [*.net *.split]
tnks has quit [*.net *.split]
ashkitten has quit [*.net *.split]
myme has quit [*.net *.split]
hax404 has quit [*.net *.split]
nextloop has quit [*.net *.split]
mog- is now known as mog
benkolera_ is now known as benkolera
midchildan_ is now known as midchildan
manveru_ is now known as manveru
tnks_ is now known as tnks
dgpratt_ is now known as dgpratt
tdeo has joined #home-manager
myme has joined #home-manager
swflint has quit [Ping timeout: 246 seconds]
swflint has joined #home-manager
malorie has quit [Quit: Connection closed]
woffs has joined #home-manager
ashkitte1 is now known as ashkitten
yisraeldov has joined #home-manager
o1lo01ol1o has quit [Remote host closed the connection]
cole-h has quit [Ping timeout: 256 seconds]
jiribenes_ is now known as jiribenes
hax404_ has quit [Quit: WeeChat 2.9]
hax404 has joined #home-manager
MmeQuignon has joined #home-manager
h4ck3rm4n has joined #home-manager
Hurttila has joined #home-manager
chisui has joined #home-manager
chisui has quit [Quit: Connection closed]
infinisi1 is now known as infinisil
<madonius[m]> Hi, I am having an issue with pass and offlineimap
<madonius[m]> when I insert a pass call in passwordCommand that refers to a password with a newline at the end. It takes that newline and tries to evaluate it as part of the password which fails
<madonius[m]> and somehow I can not save a file without a newline at the end
<dutchie> i don't use offlineimap or pass, but you can always pipe to `tr -d '\n'` to get rid of newlines
<madonius[m]> I did try that but somehow it does not want to accept it
<madonius[m]> go figure…
<madonius[m]> I was hoping somebody has alrady figured that out
<madonius[m]> this somehow returns a non-zero exit status
<madonius[m]> this is definitely a bug
<madonius[m]> will open an issue
<madonius[m]> what bugs me is the fact that when I try to run the command in an interactive python shell everything looks good
o1lo01ol1o has joined #home-manager
feepo has quit [Ping timeout: 272 seconds]
feepo has joined #home-manager
cole-h has joined #home-manager
chisui has joined #home-manager
rajivr has quit [Quit: Connection closed for inactivity]
ronthecookie has quit [Excess Flood]
ronthecookie has joined #home-manager
chisui has quit [Quit: Connection closed]
o1lo01ol1o has quit [Remote host closed the connection]
Loewenheim has joined #home-manager
<Loewenheim> Hi, for some reason I can't run any home-manager tests
<Loewenheim> On a fresh clone:
<Loewenheim> ```
<Loewenheim> ❯ nix-shell --pure tests -A run.all
<Loewenheim> error: --- EvalError ---------------------------- nix-shell
<Loewenheim> at: (9:16) in file: /home/sebastian/git/home-manager2/modules/programs/beets.nix
<Loewenheim>      8|
<Loewenheim>      9|   yamlFormat = pkgs.formats.yaml { };
<Loewenheim>       |                ^
<Loewenheim>     10|
<Loewenheim> attribute 'formats' missing
<Loewenheim> ```
o1lo01ol1o has joined #home-manager
drozdziak1 has left #home-manager ["WeeChat 2.9"]
<cole-h> You have an old nixpkgs.
<{^_^}> nix-community/home-manager#1605 (by jsimonetti, 15 weeks ago, closed): error: attribute 'formats' missing in modules/programs/pet.nix
<{^_^}> nix-community/home-manager#1516 (by footearth, 23 weeks ago, closed): error: attribute 'formats' missing
<Loewenheim> Ah, thanks. I only searched for "tests".
<Loewenheim> My system uses nixpkgs 20.09, but I'm working on home-manager master. Can I temporarily/locally override the nixpkgs version? Adding   inputs.nixpkgs.url = "github:NixOS/nixpkgs/master"; did not help
Hurttila has quit [Ping timeout: 240 seconds]
<nicolas[m]> Loewenheim: the test suite hasn't been ported/tested with flakes yet
<nicolas[m]> You can use `nix-shell -I nixpkgs=channel:nixos-unstable --pure tests -A run.all` (untested)
justan0theruser is now known as justanotheruser
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #home-manager
<Loewenheim> Thank you, that worked!
Loewenheim has quit [Ping timeout: 240 seconds]
mcornick has joined #home-manager