doomemacs/modules/editor/file-templates/templates/nix-mode/__shell.nix

9 lines
92 B
Nix
Raw Normal View History

2019-07-08 14:36:38 +02:00
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
${0:`%`}
];
}