mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-23 03:29:42 +01:00
5b7632cbc4
The completion was pointing to an executable that did not exist in that output, the suffix `-ng` was missing.
7 lines
201 B
Nix
7 lines
201 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
|
|
simpleName = "dhall-yaml-simple";
|
|
binName = "dhall-to-yaml-ng";
|
|
attrName = "dhall-yaml";
|
|
}
|