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 276d4a4930
commit 5b22d81592
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -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