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:
parent
f16a27debc
commit
ab8ecd81d5
1 changed files with 1 additions and 0 deletions
|
|
@ -10,5 +10,6 @@
|
||||||
|
|
||||||
assertFileExists specialisation/test/home-files/testfile
|
assertFileExists specialisation/test/home-files/testfile
|
||||||
assertFileContains specialisation/test/home-files/testfile "not special"
|
assertFileContains specialisation/test/home-files/testfile "not special"
|
||||||
|
assertFileContains specialisation/test/home-files/testfile "very special"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue