Skip to content
Snippets Groups Projects
feedback.yaml 410 B
Newer Older
Daniel Firth's avatar
Daniel Firth committed
loops:
  build:
    command: nix build github:srid/devour-flake -L --no-link --print-out-paths --override-input flake . --keep-going
    filter:
      find: '*.nix'
  check: nix flake check -L
  gen:
    command: dhall format horizon.dhall && nix run 'git+https://gitlab.horizon-haskell.net/haskell/horizon-gen-nix?ref=refs/tags/0.10.0' && git add pkgs && nix flake show 
    filter:
      find: horizon.dhall