blah
This commit is contained in:
11
modules/home/users/crumb/emacs/snippets/nix-mode/__shell
Normal file
11
modules/home/users/crumb/emacs/snippets/nix-mode/__shell
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: shell
|
||||
# key: __shell
|
||||
# --
|
||||
{ pkgs ? import <nixpkgs> {}, ... }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
$1
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user