refactor(emacs): remove nix installPhase snippet in favour of yasnippet-snippets

This commit is contained in:
2025-12-20 13:59:27 -07:00
parent 9b1202c81c
commit 6a4a27f08b

View File

@@ -1,9 +0,0 @@
# -*- mode: snippet -*-
# name: installPhase
# key: installPhase
# --
installPhase = ''
runHook preInstall
$1
runHook postInstall
'';