programs/lieer: use lieer package (#3262)

The gmailieer attribute was aliased to lieer in nixpkgs.
This commit is contained in:
Tad Fisher 2022-10-03 00:50:40 -07:00 committed by GitHub
parent a7f0cc2d7b
commit e4e639dd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -238,8 +238,8 @@ in {
package = mkOption {
type = types.package;
default = pkgs.gmailieer;
defaultText = "pkgs.gmailieer";
default = pkgs.lieer;
defaultText = "pkgs.lieer";
description = ''
lieer package to use.
'';

View File

@ -1,6 +1,6 @@
[Service]
Environment=NOTMUCH_CONFIG=/home/hm-user/.config/notmuch/default/config
ExecStart=@gmailieer@/bin/gmi sync
ExecStart=@lieer@/bin/gmi sync
Type=oneshot
WorkingDirectory=/home/hm-user/Mail/hm@example.com

View File

@ -19,7 +19,7 @@ with lib;
};
};
test.stubs.gmailieer = { };
test.stubs.lieer = { };
nmt.script = ''
assertFileExists home-files/.config/systemd/user/lieer-hm-example-com.service