From a62fe7264b07df7c9d948f56da675c698f9b1616 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 12 Jul 2025 14:27:49 +0200 Subject: {modules,pkgs}/sharkey: Use the sharkey package and module from nixpkgs Sharkey was package in nixpkgs. --- tests/by-name/sh/sharkey-cpu/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/by-name/sh/sharkey-cpu/test.nix b/tests/by-name/sh/sharkey-cpu/test.nix index 438cfb3..6082806 100644 --- a/tests/by-name/sh/sharkey-cpu/test.nix +++ b/tests/by-name/sh/sharkey-cpu/test.nix @@ -38,7 +38,7 @@ nixos-lib.runTest { }; systemd.services = { # Avoid an error from this service. - "acme-sharkey.server".serviceConfig.ExecStart = pkgs.lib.mkForce "${pkgs.lib.getExe' pkgs.coreutils "true"}"; + "acme-sharkey.server".enable = false; # Test that sharkey's hardening still allows access to the CPUs. sharkey.serviceConfig.ExecStart = let -- cgit 1.4.1