mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
bspwm: stub test dependency
This commit is contained in:
parent
7e30aec282
commit
0f72441821
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ with lib;
|
|||
startupPrograms = [ "foo" "bar || qux" ];
|
||||
};
|
||||
|
||||
test.stubs.bspwm = { };
|
||||
|
||||
nmt.script = ''
|
||||
bspwmrc=home-files/.config/bspwm/bspwmrc
|
||||
assertFileExists "$bspwmrc"
|
||||
|
|
Loading…
Reference in a new issue