tests: bump nmt
This commit is contained in:
parent
21ac4c499b
commit
ab0e6c3e0e
3 changed files with 4 additions and 4 deletions
|
|
@ -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}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue