diff options
| author | Christine Dodrill <me@christine.website> | 2020-02-10 19:17:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 19:17:59 -0500 |
| commit | fa0b111b63487f8df9cb8d417fa0e47064042377 (patch) | |
| tree | a22ca394a184009230bfeb03ac6022f14fea81f7 /shell.nix | |
| parent | dda1916f8cacd729c9a4f55e3d04429f37700181 (diff) | |
| download | xesite-fa0b111b63487f8df9cb8d417fa0e47064042377.tar.xz xesite-fa0b111b63487f8df9cb8d417fa0e47064042377.zip | |
blog: I was Wrong About Nix (#116)
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ let pkgs = import <nixpkgs> { }; sources = import ./nix/sources.nix; - vgo2nix = (import sources.vgo2nix { }); -in pkgs.mkShell { buildInputs = [ pkgs.go pkgs.niv vgo2nix ]; } + xepkgs = import sources.xepkgs { }; + vgo2nix = import sources.vgo2nix { }; +in pkgs.mkShell { buildInputs = [ pkgs.go pkgs.niv xepkgs.gopls vgo2nix ]; } |
