loops:
  build:
    command: nix run develop/#devour-flake
    filter:
      find: '*.nix'
  check: nix flake check -L
  gen:
    command: dhall format horizon.dhall && nix run develop/#horizon-gen-nix && git add pkgs && nix flake show
    filter:
      find: horizon.dhall