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

run horizon-gen-nix from overlay packages

parent 195c05ae
Branches
Tags
No related merge requests found
...@@ -19,13 +19,12 @@ ...@@ -19,13 +19,12 @@
&& v.type == "derivation" && v.type == "derivation"
&& v.meta.broken == false) && v.meta.broken == false)
hp; hp;
horizon-gen-nix = pkgs.writers.writeBashBin "horizon-gen-nix" "nix run git+https://gitlab.homotopic.tech/horizon/horizon-gen-nix";
in in
{ {
apps = { apps = {
horizon-gen-nix = { horizon-gen-nix = {
type = "app"; type = "app";
program = "${horizon-gen-nix}/bin/horizon-gen-nix"; program = "${hp.horizon-gen-nix}/bin/horizon-gen-nix";
}; };
}; };
checks = { checks = {
......
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