diff options
Diffstat (limited to 'users/ryan/modules/taskwarrior-ubersicht/default.nix')
| -rwxr-xr-x[-rw-r--r--] | users/ryan/modules/taskwarrior-ubersicht/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/users/ryan/modules/taskwarrior-ubersicht/default.nix b/users/ryan/modules/taskwarrior-ubersicht/default.nix index 1f16c24..665af89 100644..100755 --- a/users/ryan/modules/taskwarrior-ubersicht/default.nix +++ b/users/ryan/modules/taskwarrior-ubersicht/default.nix | |||
| @@ -4,12 +4,7 @@ with lib; | |||
| 4 | 4 | ||
| 5 | let | 5 | let |
| 6 | cfg = config.ryan.simple-bar; | 6 | cfg = config.ryan.simple-bar; |
| 7 | # Fetch the git repo at a specific rev | 7 | "taskwarrior-ubersicht-upstream" = ./taskwarrior-widget-source |
| 8 | "taskwarrior-ubersicht-upstream" = builtins.fetchGit { | ||
| 9 | url = "https://github.com/nstanger/taskwarrior.widget"; | ||
| 10 | rev = "30428166fc84491eec36d91248df65f95064c97c"; | ||
| 11 | shallow = true; | ||
| 12 | }; | ||
| 13 | in | 8 | in |
| 14 | { | 9 | { |
| 15 | options.ryan.taskwarrior-widget.enable = mkEnableOption "taskwarrior-widget"; | 10 | options.ryan.taskwarrior-widget.enable = mkEnableOption "taskwarrior-widget"; |
