aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-02-08 21:02:25 +0000
committerChristine Dodrill <me@christine.website>2020-02-08 21:02:25 +0000
commit12aaee870bac9f3f6ce805104c89778aae523747 (patch)
tree72fbffa4f9d0ecd6d4591d5ccfc8550ecf8e6203 /shell.nix
parentae03b169343f1dbae8e83c6fa15bdabc01a9fe8d (diff)
downloadxesite-12aaee870bac9f3f6ce805104c89778aae523747.tar.xz
xesite-12aaee870bac9f3f6ce805104c89778aae523747.zip
use niv vgo2nix
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 3958517..488764f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,5 @@
let
pkgs = import <nixpkgs> { };
sources = import ./nix/sources.nix;
-in pkgs.mkShell { buildInputs = [ pkgs.go sources.vgo2nix sources.niv ]; }
+ vgo2nix = (import sources.vgo2nix { });
+in pkgs.mkShell { buildInputs = [ pkgs.go pkgs.niv vgo2nix ]; }