move write-text submodule
This commit is contained in:
parent
a85194aa33
commit
6305c0675f
6 changed files with 5 additions and 60 deletions
|
|
@ -22,7 +22,7 @@ let
|
|||
--add-flags -f --add-flags /etc/tmux.conf
|
||||
'';
|
||||
|
||||
text = import ../system/write-text.nix {
|
||||
text = import ../lib/write-text.nix {
|
||||
inherit lib;
|
||||
mkTextDerivation = name: text: pkgs.writeText "tmux-options-${name}" text;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ let
|
|||
vimrcConfig.vam.pluginDictionaries = cfg.plugins;
|
||||
};
|
||||
|
||||
text = import ../system/write-text.nix {
|
||||
text = import ../lib/write-text.nix {
|
||||
inherit lib;
|
||||
mkTextDerivation = name: text: pkgs.writeText "vim-options-${name}" text;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue