diff options
Diffstat (limited to 'configs/shared/emacs/.emacs.d/snippets/nix-mode/shell-nix')
-rw-r--r-- | configs/shared/emacs/.emacs.d/snippets/nix-mode/shell-nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configs/shared/emacs/.emacs.d/snippets/nix-mode/shell-nix b/configs/shared/emacs/.emacs.d/snippets/nix-mode/shell-nix deleted file mode 100644 index 4c308bb51b3a..000000000000 --- a/configs/shared/emacs/.emacs.d/snippets/nix-mode/shell-nix +++ /dev/null @@ -1,12 +0,0 @@ -# -*- mode: snippet -*- -# name: shell.nix boilerplate -# key: import -# -- -with import <nixpkgs> {}; - -stdenv.mkDerivation { - name = "$1"; - buildInputs = [ - $2 - ]; -} \ No newline at end of file |