From 431505d7ad824e2e34eb421810136d44f3d7314f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 30 May 2026 19:43:50 +0200 Subject: treewide: Replace usages of `pkgsUnstable` with `pkgs` With the new nixos release, the stuff that was only in `pkgsUnstable` is now also in `pkgs`. --- tests/by-name/ta/taskchampion-sync/test.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/by-name/ta/taskchampion-sync') 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 { -- cgit v1.3.1