diff --git a/tests/configs/wrapper-fastfetch.nix b/tests/configs/wrapper-fastfetch.nix index 98fbee2..ba6d344 100644 --- a/tests/configs/wrapper-fastfetch.nix +++ b/tests/configs/wrapper-fastfetch.nix @@ -2,10 +2,13 @@ config, lib, pkgs, + wrapperManagerLib, ... }: { + build.isBinary = false; + wrappers.fastfetch = { arg0 = lib.getExe' pkgs.fastfetch "fastfetch"; appendArgs = [ @@ -16,6 +19,10 @@ xdg.desktopEntry.enable = true; }; + environment.pathAdd = wrapperManagerLib.getBin (with pkgs; [ + hello + ]); + build.extraPassthru.tests = { actuallyBuilt = let