From 74009654c5f86095cf2901dcfc902f8f0118cf01 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 8 Sep 2024 03:37:05 -0700 Subject: Bump: shells --- shells/hare/.envrc | 1 + shells/hare/shell.nix | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 shells/hare/.envrc create mode 100644 shells/hare/shell.nix (limited to 'shells/hare') diff --git a/shells/hare/.envrc b/shells/hare/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/shells/hare/.envrc @@ -0,0 +1 @@ +use nix diff --git a/shells/hare/shell.nix b/shells/hare/shell.nix new file mode 100644 index 0000000..9fbe37c --- /dev/null +++ b/shells/hare/shell.nix @@ -0,0 +1,4 @@ +{ + pkgs ? import { }, +}: +pkgs.mkShell { packages = [ pkgs.hare ]; } -- cgit v1.2.3