From 3e389b55b380f588919bd5ab01c86c3bca540e4b Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 25 May 2021 09:17:25 -0500 Subject: [PATCH] use mkShell instead of mkDerivation --- shell.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 4df157e..194c92c 100644 --- a/shell.nix +++ b/shell.nix @@ -6,8 +6,7 @@ let niv = import sources.niv { }; in with nixpkgs; -stdenv.mkDerivation { - name = "elo-anything"; +mkShell { buildInputs = [ niv.niv git