From ea2e23496672257dd1728ce36259249c3efb8aec Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 19 Oct 2021 20:46:03 +0530 Subject: add default.nix and shell.nix with flake-compat --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..9e96703 --- /dev/null +++ b/shell.nix @@ -0,0 +1,6 @@ +# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and +# returns an attribute set of the shape `{ defaultNix, shellNix }` + +(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) { + src = ./.; +}).shellNix -- cgit v1.2.3