aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-05-25 09:56:51 -0400
committerChristine Dodrill <me@christine.website>2020-05-25 09:56:57 -0400
commit6491a0b1245905bd4a9125540f68508b22e14b68 (patch)
treea4701762e12c6239b55ee394e7bd84c9924bb870 /shell.nix
parentfd06e2863f346b0c85629b492b8bcbfe74dc1a22 (diff)
downloadxesite-6491a0b1245905bd4a9125540f68508b22e14b68.tar.xz
xesite-6491a0b1245905bd4a9125540f68508b22e14b68.zip
use nixpkgs vgo2nix
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 9453b2a..6c94f39 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,6 @@ let
dhall-yaml = dhallpkgs.dhall-yaml-simple;
dhall = dhallpkgs.dhall-simple;
xepkgs = import sources.xepkgs { inherit pkgs; };
- vgo2nix = import sources.vgo2nix { inherit pkgs; };
in with pkgs;
with xepkgs;
mkShell {