summary refs log tree commit diff
path: root/snippets/nix-mode/new
blob: d31717845b8741d1fd3d4cd1a799f594509eb9c7 (plain) (blame)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: new
# key: new
# --
{pkgs}: {
  $0
}