diff options
Diffstat (limited to 'users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub')
-rw-r--r-- | users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub b/users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub deleted file mode 100644 index 9b9373573048..000000000000 --- a/users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub +++ /dev/null @@ -1,12 +0,0 @@ -# -*- mode: snippet -*- -# name: fetchFromGitHub -# uuid: -# key: fetchFromGitHub -# condition: t -# -- -fetchFromGitHub { - owner = "$1"; - repo = "$2"; - rev = "$3"; - sha256 = "0000000000000000000000000000000000000000000000000000"; -} \ No newline at end of file |