diff options
-rw-r--r-- | users/wpcarro/common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix index 1ccc098c7831..829c3394d1e2 100644 --- a/users/wpcarro/common.nix +++ b/users/wpcarro/common.nix @@ -56,7 +56,8 @@ in { tree vim whois - wpcarro.tools.simple_vim + # TODO(wpcarro): Debug this failing build. + # wpcarro.tools.simple_vim xclip ]; } |