wrapper-manager-fds/tests: update one of the test config

Just to test the various options.
This commit is contained in:
Gabriel Arazas 2024-08-25 19:09:53 +08:00
parent 9d5c5be409
commit 5ae0bd4f63

View File

@ -2,10 +2,13 @@
config, config,
lib, lib,
pkgs, pkgs,
wrapperManagerLib,
... ...
}: }:
{ {
build.isBinary = false;
wrappers.fastfetch = { wrappers.fastfetch = {
arg0 = lib.getExe' pkgs.fastfetch "fastfetch"; arg0 = lib.getExe' pkgs.fastfetch "fastfetch";
appendArgs = [ appendArgs = [
@ -16,6 +19,10 @@
xdg.desktopEntry.enable = true; xdg.desktopEntry.enable = true;
}; };
environment.pathAdd = wrapperManagerLib.getBin (with pkgs; [
hello
]);
build.extraPassthru.tests = { build.extraPassthru.tests = {
actuallyBuilt = actuallyBuilt =
let let