1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-13 06:39:44 +01:00

bemenu: stub package in tests

This commit is contained in:
Robert Helgesson 2024-03-06 08:42:05 +01:00 committed by Mikilio
parent 941726161c
commit 4342e07a09
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,8 @@
};
};
test.stubs.bemenu = { };
nmt.script = ''
assertFileExists home-path/etc/profile.d/hm-session-vars.sh
assertFileContains home-path/etc/profile.d/hm-session-vars.sh \

View file

@ -1,6 +1,8 @@
{
programs.bemenu = { enable = true; };
test.stubs.bemenu = { };
nmt.script = ''
assertFileExists home-path/etc/profile.d/hm-session-vars.sh
assertFileNotRegex home-path/etc/profile.d/hm-session-vars.sh \