Files
dtos-dotfiles/.emacs.d/modules/editor/file-templates/templates/nix-mode/__shell.nix
2019-12-16 20:21:19 -06:00

9 lines
92 B
Nix

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