From 506ef8a43c3985067f2b9004fcc601056e172ddd Mon Sep 17 00:00:00 2001 From: CSDUMMI Date: Mon, 7 Oct 2024 14:25:10 +0200 Subject: Create initial dev environ --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..6e4bf94 --- /dev/null +++ b/shell.nix @@ -0,0 +1,6 @@ +{ pkgs ? import {}}: + pkgs.mkShellNoCC { + packages = with pkgs; [ + deno + ]; +} -- cgit v1.2.3