From cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 17:36:24 +0200 Subject: initial commit --- shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..142eef8 --- /dev/null +++ b/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? import { } }: + +pkgs.mkShell { + buildInputs = [ + (pkgs.callPackage ./. { }) + ]; +} -- cgit 1.4.1