diff options
Diffstat (limited to 'snippets/nix/mkshell.nix')
| -rw-r--r-- | snippets/nix/mkshell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/snippets/nix/mkshell.nix b/snippets/nix/mkshell.nix new file mode 100644 index 0000000..c7ad05b --- /dev/null +++ b/snippets/nix/mkshell.nix @@ -0,0 +1,3 @@ +pkgs.mkShell { + buildInputs = with pkgs; []; +} |
