From e751362d9194d9291057759fa33073720c3535fd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 26 Jun 2026 15:36:49 +0530 Subject: Shnippets --- snippets/nix/mkshell.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 snippets/nix/mkshell.nix (limited to 'snippets/nix/mkshell.nix') 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; []; +} -- cgit v1.3.1