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