diff options
author | sterni <sternenseemann@systemli.org> | 2022-01-15T10·58+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-01-17T15·02+0000 |
commit | 5f3918ba6b960b283b952a618205a46e133a64c3 (patch) | |
tree | 98682e7f7247c1d9c6cabda09709995c81a87525 /tools/emacs-pkgs | |
parent | 3ecb412055532bfea0c7badaa137ddf75e563392 (diff) |
refactor(tools/emacs-pkgs/nix-util): drop unused var nix-depot-path r/3621
Change-Id: Iffff21277a35e8da8125425412a4a3a3f5ffd1ce Reviewed-on: https://cl.tvl.fyi/c/depot/+/4942 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tools/emacs-pkgs')
-rw-r--r-- | tools/emacs-pkgs/nix-util/nix-util.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/emacs-pkgs/nix-util/nix-util.el b/tools/emacs-pkgs/nix-util/nix-util.el index 924a65880a4b..00b86e994e92 100644 --- a/tools/emacs-pkgs/nix-util/nix-util.el +++ b/tools/emacs-pkgs/nix-util/nix-util.el @@ -17,8 +17,6 @@ (require 'map) (require 's) -(defvar nix-depot-path "/home/tazjin/depot") - (defun nix/prefetch-github (owner repo) ; TODO(tazjin): support different branches "Fetch the master branch of a GitHub repository and insert the call to `fetchFromGitHub' at point." |