From b4362b230a66217ecb4d3982cbe2c994464b3ea5 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 16 Feb 2022 21:55:09 +0000 Subject: [PATCH] add shell.nix --- just/shell.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 just/shell.nix diff --git a/just/shell.nix b/just/shell.nix new file mode 100644 index 0000000..a760f25 --- /dev/null +++ b/just/shell.nix @@ -0,0 +1 @@ +with import {} ; callPackage ./. {}