init
This commit is contained in:
10
snippets/nix-mode/checkPhase
Normal file
10
snippets/nix-mode/checkPhase
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: checkPhase
|
||||
# key: ch
|
||||
# --
|
||||
checkPhase= ''
|
||||
runHook preCheck
|
||||
$1
|
||||
runHook postCheck
|
||||
'';
|
||||
$0
|
||||
Reference in New Issue
Block a user