aboutsummaryrefslogtreecommitdiff
path: root/snippets/nix/mkshell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/nix/mkshell.nix')
-rw-r--r--snippets/nix/mkshell.nix3
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; [];
+}