From ae03b169343f1dbae8e83c6fa15bdabc01a9fe8d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 7 Feb 2020 18:15:49 -0500 Subject: niv (#114) --- shell.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 2fc0425..3958517 100644 --- a/shell.nix +++ b/shell.nix @@ -1,8 +1,4 @@ let - pkgs = import {}; -in -pkgs.mkShell { - buildInputs = [ - pkgs.go - ]; -} + pkgs = import { }; + sources = import ./nix/sources.nix; +in pkgs.mkShell { buildInputs = [ pkgs.go sources.vgo2nix sources.niv ]; } -- cgit v1.2.3