mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
wrapper-manager-fds/tests: update one of the test config
Just to test the various options.
This commit is contained in:
parent
9d5c5be409
commit
5ae0bd4f63
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user