aboutsummaryrefslogtreecommitdiffstats
path: root/tests/by-name/ta/taskchampion-sync/test.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-30 19:43:50 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-30 19:43:50 +0200
commit431505d7ad824e2e34eb421810136d44f3d7314f (patch)
treea2bdc7cf5951e6774b564080b4b0d14f08400de1 /tests/by-name/ta/taskchampion-sync/test.nix
parentflake: Update to nixos-26.05 (diff)
downloadnixos-server-431505d7ad824e2e34eb421810136d44f3d7314f.zip
treewide: Replace usages of `pkgsUnstable` with `pkgs`
With the new nixos release, the stuff that was only in `pkgsUnstable` is now also in `pkgs`.
Diffstat (limited to '')
-rw-r--r--tests/by-name/ta/taskchampion-sync/test.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/by-name/ta/taskchampion-sync/test.nix b/tests/by-name/ta/taskchampion-sync/test.nix
index cdbe062..4bca4e0 100644
--- a/tests/by-name/ta/taskchampion-sync/test.nix
+++ b/tests/by-name/ta/taskchampion-sync/test.nix
@@ -20,8 +20,7 @@ nixos-lib.runTest {
};
nodes = let
- # The feature flag is only in version 3.2 and upwards. Stable is still on 3.1
- taskwarriorPackage = pkgsUnstable.taskwarrior3.overrideAttrs (final: prev: {
+ taskwarriorPackage = pkgs.taskwarrior3.overrideAttrs (final: prev: {
cmakeFlags = (prev.cmakeFlags or []) ++ ["-DENABLE_TLS_NATIVE_ROOTS=true"];
});
in {