diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-01-02 08:21:27 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-01-02 08:21:54 +0100 |
| commit | 6305c0675ff4c0cc963c25228e631f1a2a685d69 (patch) | |
| tree | 8b6668f18d57c695b7642cd9e3184c84dd81d5ad /modules/programs/tmux.nix | |
| parent | a85194aa3364b184e1ee27f4b081958efd6cdab1 (diff) | |
move write-text submodule
Diffstat (limited to 'modules/programs/tmux.nix')
| -rw-r--r-- | modules/programs/tmux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/tmux.nix b/modules/programs/tmux.nix index 259a204..524b307 100644 --- a/modules/programs/tmux.nix +++ b/modules/programs/tmux.nix @@ -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; }; |
