doomemacs/modules/editor/file-templates/templates/nix-mode/__shell.nix
2019-07-08 14:36:38 +02:00

9 lines
No EOL
92 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
${0:`%`}
];
}