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

@ -5,8 +5,8 @@ let
nmt = pkgs.fetchFromGitLab {
owner = "rycee";
repo = "nmt";
rev = "b6ab61e707ec1ca3839fef42f9960a1179d543c4";
sha256 = "097fm1hmsyhy8chf73wwrvafcxny37414fna3haxf0q5fvpv4jfb";
rev = "89fb12a2aaa8ec671e22a033162c7738be714305";
sha256 = "07yc1jkgw8vhskzk937k9hfba401q8rn4sgj9baw3fkjl9zrbcyf";
};
in

View File

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