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
No related merge requests found
......@@ -19,13 +19,12 @@
&& 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";
program = "${hp.horizon-gen-nix}/bin/horizon-gen-nix";
};
};
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