diff options
| author | Christine Dodrill <me@christine.website> | 2020-02-08 21:02:25 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-02-08 21:02:25 +0000 |
| commit | 12aaee870bac9f3f6ce805104c89778aae523747 (patch) | |
| tree | 72fbffa4f9d0ecd6d4591d5ccfc8550ecf8e6203 /shell.nix | |
| parent | ae03b169343f1dbae8e83c6fa15bdabc01a9fe8d (diff) | |
| download | xesite-12aaee870bac9f3f6ce805104c89778aae523747.tar.xz xesite-12aaee870bac9f3f6ce805104c89778aae523747.zip | |
use niv vgo2nix
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ]; } |
