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/sh/sharkey-cpu/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/by-name/sh') diff --git a/tests/by-name/sh/sharkey-cpu/test.nix b/tests/by-name/sh/sharkey-cpu/test.nix index 6082806..47c16ff 100644 --- a/tests/by-name/sh/sharkey-cpu/test.nix +++ b/tests/by-name/sh/sharkey-cpu/test.nix @@ -42,7 +42,7 @@ nixos-lib.runTest { # Test that sharkey's hardening still allows access to the CPUs. sharkey.serviceConfig.ExecStart = let - nodejs = pkgs.lib.getExe pkgsUnstable.nodejs; + nodejs = pkgs.lib.getExe pkgs.nodejs; script = pkgs.writeTextFile { name = "script.js"; text = '' -- cgit v1.3.1