From 5ae0bd4f63b18df11a004ae5e3e77ec449b32c47 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 25 Aug 2024 19:09:53 +0800 Subject: [PATCH] wrapper-manager-fds/tests: update one of the test config Just to test the various options. --- tests/configs/wrapper-fastfetch.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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