mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-23 03:29:42 +01:00
Merge pull request #35 from TristanCacqueray/master
Add dhall-docs-simple
This commit is contained in:
commit
89d9a49aee
2 changed files with 11 additions and 0 deletions
|
@ -24,4 +24,8 @@
|
|||
dhall-lsp-simple = import ./dhall-lsp-simple.nix {
|
||||
inherit pkgs;
|
||||
};
|
||||
|
||||
dhall-docs-simple = import ./dhall-docs-simple.nix {
|
||||
inherit pkgs;
|
||||
};
|
||||
}
|
||||
|
|
7
dhall-docs-simple.nix
Normal file
7
dhall-docs-simple.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
|
||||
simpleName = "dhall-docs-simple";
|
||||
binNames = [ "dhall-docs" ];
|
||||
attrName = "dhall-docs";
|
||||
}
|
Loading…
Reference in a new issue