Skip to content
Snippets Groups Projects
Commit 9fa39923 authored by Daniel Firth's avatar Daniel Firth
Browse files

Readd horizon-gen-nix app to use http

parent 21e44230
No related merge requests found
......@@ -9,7 +9,7 @@ Horizon is a haskell package set targetting new builds of GHC.
The package set is generated from the `manifest.dhall` using the following command:
```
nix run git+https://gitlab.homotopic.tech/horizon/horizon-gen-nix
nix run .#horizon-gen-nix
```
This will generate both the `pkgs` folder and the `overlay.nix`. If you want to
......
......@@ -19,8 +19,15 @@
&& v.type == "derivation"
&& v.meta.broken == false)
hp;
horizon-gen-nix = pkgs.writers.writeBashBin "horizon-gen-nix" "nix run git+https://gitlab.homotopic.tech/horizon/horizon-gen-nix";
in
{
apps = {
horizon-gen-nix = {
type = "app";
program = "${horizon-gen-nix}/bin/horizon-gen-nix";
};
};
checks = {
dhall-format = lint-utils.outputs.linters.x86_64-linux.dhall-format ./.;
nixpkgs-fmt = lint-utils.outputs.linters.x86_64-linux.nixpkgs-fmt ./.;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment