1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-09 03:56:04 +01:00

specialisation: add extra assertion

Assert that changes made in specialisations are effective.
This commit is contained in:
Weathercold 2022-10-08 16:30:03 -04:00 committed by Weathercold
parent f16a27debc
commit ab8ecd81d5

View file

@ -10,5 +10,6 @@
assertFileExists specialisation/test/home-files/testfile
assertFileContains specialisation/test/home-files/testfile "not special"
assertFileContains specialisation/test/home-files/testfile "very special"
'';
}