diff options
| author | Christine Dodrill <me@christine.website> | 2020-05-25 09:56:51 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-05-25 09:56:57 -0400 |
| commit | 6491a0b1245905bd4a9125540f68508b22e14b68 (patch) | |
| tree | a4701762e12c6239b55ee394e7bd84c9924bb870 | |
| parent | fd06e2863f346b0c85629b492b8bcbfe74dc1a22 (diff) | |
| download | xesite-6491a0b1245905bd4a9125540f68508b22e14b68.tar.xz xesite-6491a0b1245905bd4a9125540f68508b22e14b68.zip | |
use nixpkgs vgo2nix
| -rw-r--r-- | nix/sources.json | 12 | ||||
| -rw-r--r-- | shell.nix | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/nix/sources.json b/nix/sources.json index 0aefb1f..0959570 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -35,18 +35,6 @@ "url": "https://github.com/NixOS/nixpkgs-channels/archive/48723f48ab92381f0afd50143f38e45cf3080405.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, - "vgo2nix": { - "branch": "master", - "description": null, - "homepage": null, - "owner": "adisbladis", - "repo": "vgo2nix", - "rev": "1288e3dbf23ed79cef237661225df0afa30f8510", - "sha256": "1xcf2g4n38zbizgqhyrmh440bdg3yap6h9nr22dmgm5hsml6mdia", - "type": "tarball", - "url": "https://github.com/adisbladis/vgo2nix/archive/1288e3dbf23ed79cef237661225df0afa30f8510.tar.gz", - "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" - }, "xepkgs": { "ref": "master", "repo": "https://tulpa.dev/Xe/nixpkgs", @@ -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 { |
