diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-10 06:48:07 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-10 06:48:07 +0100 |
| commit | 191f48c3a81541e7c46892c3e1edb6339c03d5ed (patch) | |
| tree | 5fdc4d36dffd6db2692da7fd697e6a6624f61cd4 /modules/by-name/ta/taskwarrior/module.nix | |
| parent | modules/common: Don't autostart `gammastep` and `make` via river (diff) | |
| download | nixos-config-191f48c3a81541e7c46892c3e1edb6339c03d5ed.zip | |
treewide: Use new spelling of attributes
Diffstat (limited to 'modules/by-name/ta/taskwarrior/module.nix')
| -rw-r--r-- | modules/by-name/ta/taskwarrior/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/ta/taskwarrior/module.nix b/modules/by-name/ta/taskwarrior/module.nix index bb881768..d757be90 100644 --- a/modules/by-name/ta/taskwarrior/module.nix +++ b/modules/by-name/ta/taskwarrior/module.nix @@ -16,7 +16,7 @@ cfg = config.soispha.programs.taskwarrior; hooksDir = - pkgs.runCommandNoCCLocal "mk-taskwarrior-hooks" {} + pkgs.runCommandLocal "mk-taskwarrior-hooks" {} ('' mkdir "$out" '' |
