tests: bump nmt

This commit is contained in:
Robert Helgesson 2021-06-24 22:47:21 +02:00
parent 21ac4c499b
commit ab0e6c3e0e
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@ with lib;
nmt.script = ''
dconfIni=$(grep -oPm 1 '/nix/store/[a-z0-9]*?-hm-dconf.ini' $TESTED/activate)
TESTED= assertFileContent $dconfIni ${./gnome-terminal-1.conf}
assertFileContent $dconfIni ${./gnome-terminal-1.conf}
'';
};
}

View file

@ -27,7 +27,7 @@ with lib;
${pkgs.perl}/bin/perl -pe "s|\Q$NIX_STORE\E/[a-z0-9]{32}-|$NIX_STORE/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-|g" < "$vimrc" > $out/generated.vim
assertFileExists home-files/.config/nvim/init.vim
# We need to remove the unkown store paths in the config
TESTED="" assertFileContent \
assertFileContent \
$out/generated.vim \
"${./plugin-config.vim}"
'';