Skip to content

Commit 72848e3

Browse files
committed
maint: flake.nix: Drop releaser override
1 parent 6a93ad1 commit 72848e3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,8 @@
451451
else x: x
452452
) super.ormolu;
453453

454-
# getFlake here is not pretty, but it's for dev purposes only, so I'm not bothering.
455-
# TODO: remove override when nixpkgs picks up the new release
456-
releaser = super.callCabal2nix "releaser" (builtins.getFlake "github:hercules-ci/haskell-releaser?rev=e50360ec896fcb6ad724566aece6625973419e8d") { };
454+
# make sure to update haskell-flake before re-enabling this (haskell-flake#271)
455+
# releaser = super.callCabal2nix "releaser" (builtins.getFlake "github:hercules-ci/haskell-releaser?rev=e50360ec896fcb6ad724566aece6625973419e8d") { };
457456

458457
};
459458
};

0 commit comments

Comments
 (0)