From 5bcdc2b93ca6fc785644b8ec687210074f5b9539 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 30 Aug 2024 18:01:21 -0700 Subject: chore(nix): add shell.nix --- shell.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 00000000..bdbe688d --- /dev/null +++ b/shell.nix @@ -0,0 +1,9 @@ +{ pkgs ? import { } +, +}: +pkgs.mkShell { + packages = with pkgs; [ + pkgs.bun + pkgs.just + ]; +} -- cgit v1.2.3