tests: bump nmt version
This commit is contained in:
parent
be4b100ae5
commit
939274281a
|
@ -5,8 +5,8 @@ let
|
|||
nmt = pkgs.fetchFromGitLab {
|
||||
owner = "rycee";
|
||||
repo = "nmt";
|
||||
rev = "b6ab61e707ec1ca3839fef42f9960a1179d543c4";
|
||||
sha256 = "097fm1hmsyhy8chf73wwrvafcxny37414fna3haxf0q5fvpv4jfb";
|
||||
rev = "89fb12a2aaa8ec671e22a033162c7738be714305";
|
||||
sha256 = "07yc1jkgw8vhskzk937k9hfba401q8rn4sgj9baw3fkjl9zrbcyf";
|
||||
};
|
||||
|
||||
in
|
||||
|
|
|
@ -7,7 +7,7 @@ with lib;
|
|||
programs.tmux = { enable = false; };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileNotExists home-files/.tmux.conf
|
||||
assertPathNotExists home-files/.tmux.conf
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue