diff options
Diffstat (limited to 'users/glittershark/emacs.d/snippets/nix-mode/sha256')
-rw-r--r-- | users/glittershark/emacs.d/snippets/nix-mode/sha256 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/glittershark/emacs.d/snippets/nix-mode/sha256 b/users/glittershark/emacs.d/snippets/nix-mode/sha256 new file mode 100644 index 000000000000..e3d52e1c0201 --- /dev/null +++ b/users/glittershark/emacs.d/snippets/nix-mode/sha256 @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: sha256 +# uuid: +# key: sha256 +# condition: t +# -- +sha256 = "0000000000000000000000000000000000000000000000000000"; \ No newline at end of file |