diff options
| author | Davi Ribeiro <104164579+Markus328@users.noreply.github.com> | 2025-10-07 01:14:35 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-07 15:14:35 +1100 |
| commit | f912d33f26bfdeafcfe002eeeebd53980090f395 (patch) | |
| tree | 842e50dd11e796356b17bd138688c1489dcb9b27 /default.nix | |
| parent | [CI] chore: update flake (diff) | |
| download | caelestia-cli-f912d33f26bfdeafcfe002eeeebd53980090f395.tar.gz caelestia-cli-f912d33f26bfdeafcfe002eeeebd53980090f395.tar.bz2 caelestia-cli-f912d33f26bfdeafcfe002eeeebd53980090f395.zip | |
nix: fix toggle app2unit (#60)
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 492983a..e8ba844 100644 --- a/default.nix +++ b/default.nix @@ -65,10 +65,11 @@ python3.pkgs.buildPythonApplication { substituteInPlace src/caelestia/subcommands/screenshot.py \ --replace-fail '"qs", "-c", "caelestia"' '"caelestia-shell"' - # Use config bin instead of discord + fix todoist + # Use config bin instead of discord + fix todoist + fix app2unit substituteInPlace src/caelestia/subcommands/toggle.py \ --replace-fail 'discord' ${discordBin} \ - --replace-fail 'todoist' 'todoist.desktop' + --replace-fail 'todoist' 'todoist.desktop'\ + --replace-fail 'app2unit' ${app2unit}/bin/app2unit # Use config style instead of darkly substituteInPlace src/caelestia/data/templates/qtct.conf \ |