From d39a81720a5ecfed4277fd9958fc1246605e296a Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 20 Mar 2020 17:47:18 +0100 Subject: [PATCH] Add shell expression --- shell.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..fa38b9a --- /dev/null +++ b/shell.nix @@ -0,0 +1 @@ +with import ./. { }; shell