tests: bump nmt
This commit is contained in:
parent
8d3b273afe
commit
f4998f0adc
|
@ -7,8 +7,8 @@ let
|
||||||
nmt = pkgs.fetchFromGitLab {
|
nmt = pkgs.fetchFromGitLab {
|
||||||
owner = "rycee";
|
owner = "rycee";
|
||||||
repo = "nmt";
|
repo = "nmt";
|
||||||
rev = "873ac8cbd362376088b306cee769db37c3cd9b43";
|
rev = "89924d8e6e0fcf866a11324d32c6bcaa89cda506";
|
||||||
sha256 = "0s0r0hj6046k6kvfh4j8cvxcq8dv5c4801hs81b11cqlvalyf9y4";
|
sha256 = "02wzrbmpdpgig58a1rhz8sb0p2rvbapnlcmhi4d4bi8w9md6pmdl";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = import ../modules/modules.nix {
|
modules = import ../modules/modules.nix {
|
||||||
|
|
|
@ -24,12 +24,10 @@ with lib;
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
vimrc="$TESTED/home-files/.config/nvim/init.vim"
|
vimrc="$TESTED/home-files/.config/nvim/init.vim"
|
||||||
${pkgs.perl}/bin/perl -pe "s|\Q$NIX_STORE\E/[a-z0-9]{32}-|$NIX_STORE/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-|g" < "$vimrc" > $out/generated.vim
|
vimrcNormalized="$(normalizeStorePaths "$vimrc")"
|
||||||
assertFileExists home-files/.config/nvim/init.vim
|
|
||||||
# We need to remove the unkown store paths in the config
|
assertFileExists "$vimrc"
|
||||||
assertFileContent \
|
assertFileContent "$vimrcNormalized" "${./plugin-config.vim}"
|
||||||
$out/generated.vim \
|
|
||||||
"${./plugin-config.vim}"
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
set packpath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
set packpath^=/nix/store/00000000000000000000000000000000-vim-pack-dir
|
||||||
set runtimepath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
set runtimepath^=/nix/store/00000000000000000000000000000000-vim-pack-dir
|
||||||
|
|
||||||
" vim-commentary {{{
|
" vim-commentary {{{
|
||||||
" This should be present too
|
" This should be present too
|
||||||
|
|
Loading…
Reference in a new issue