1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

pkgs.unstable.writers -> pkgs.writers

This commit is contained in:
Kierán Meinhardt
2019-07-03 22:12:40 +02:00
parent 0de22870e7
commit 7caa956d86
5 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ in {
config = {
environment.systemPackages = mkIf cfg.enable [
(pkgs.unstable.writers.writeDashBin "todoist" ''
(pkgs.writers.writeDashBin "todoist" ''
${todoist}/bin/todoist $@
'')
];