mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
281ffa987c
commit
09006bf31b
1 changed files with 2 additions and 1 deletions
|
|
@ -8,9 +8,10 @@
|
|||
let
|
||||
inherit (haskell.lib.compose) overrideCabal justStaticExecutables;
|
||||
|
||||
cabalOverrides = {
|
||||
cabalOverrides = drv: {
|
||||
passthru.updateScript = ./update.sh;
|
||||
teams = [ lib.teams.formatter ];
|
||||
changelog = "https://github.com/NixOS/nixfmt/releases/tag/v${drv.version}";
|
||||
};
|
||||
|
||||
# haskellPackages.mkDerivation and haskell.lib.compose.overrideCabal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue