tests: bump nmt version

This commit is contained in:
Robert Helgesson 2019-05-06 00:17:30 +02:00
parent be4b100ae5
commit 939274281a
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ with lib;
programs.tmux = { enable = false; };
nmt.script = ''
assertFileNotExists home-files/.tmux.conf
assertPathNotExists home-files/.tmux.conf
'';
};
}