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