srid/haskell-flake

More ergonomic way to use a `super` package

Open

#192 opened on Aug 19, 2023

 (3 comments) (0 reactions) (0 assignees)Nix (26 forks)github user discovery
help wanted

Repository metrics

Stars
 (231 stars)
PR merge metrics
 (Avg merge 9h 49m) (1 merged PR in 30d)

Description

This is a bit unwieldy

          settings = {
            fourmolu = { super, ... }: { custom = _: super.fourmolu_0_13_1_0; };
          };

Contributor guide