treewide: substituteAll -> replaceVars/substitute
substituteAll is now officially deprecated.
This commit is contained in:
parent
d31710fb2c
commit
abfad3d295
12 changed files with 56 additions and 43 deletions
|
|
@ -1,15 +1,3 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
|
||||
substituteExpected =
|
||||
path:
|
||||
pkgs.substituteAll {
|
||||
src = path;
|
||||
|
||||
sensible_rtp = pkgs.tmuxPlugins.sensible.rtp;
|
||||
};
|
||||
|
||||
in
|
||||
{
|
||||
config = {
|
||||
programs.tmux = {
|
||||
|
|
@ -19,8 +7,7 @@ in
|
|||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/tmux/tmux.conf
|
||||
assertFileContent home-files/.config/tmux/tmux.conf \
|
||||
${substituteExpected ./default-shell.conf}
|
||||
assertFileContent home-files/.config/tmux/tmux.conf ${./default-shell.conf}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue