changelog-d: Add shell completions
This commit is contained in:
parent
eb8dafd288
commit
9f4a3df2e7
@ -8,7 +8,13 @@
|
||||
let
|
||||
hsPkg = haskellPackages.changelog-d;
|
||||
|
||||
haskellModifications = haskell.lib.justStaticExecutables;
|
||||
addCompletions = haskellPackages.generateOptparseApplicativeCompletions ["changelog-d"];
|
||||
|
||||
haskellModifications =
|
||||
lib.flip lib.pipe [
|
||||
addCompletions
|
||||
haskell.lib.justStaticExecutables
|
||||
];
|
||||
|
||||
mkDerivationOverrides = finalAttrs: oldAttrs: {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user