Files
emacs/snippets/nix-mode/configurePhase
2024-04-30 07:08:23 +02:00

10 lines
137 B
Plaintext

# -*- mode: snippet -*-
# name: configurePhase
# key: cp
# --
configurePhase= ''
runHook preConfigure
$1
runHook postConfigure
'';
$0