easy-dhall-nix/dhall-lsp-simple.nix

8 lines
206 B
Nix
Raw Normal View History

2020-03-27 16:32:53 +01:00
{ pkgs ? import <nixpkgs> {} }:
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
simpleName = "dhall-lsp-simple";
binName = "dhall-lsp-server";
attrName = "dhall-lsp-server";
2020-03-27 16:32:53 +01:00
}