haskellPackages.purenix: get building
This commit is contained in:
parent
c2b56b0162
commit
804bb2546d
1 changed files with 4 additions and 0 deletions
|
@ -1017,6 +1017,10 @@ self: super: {
|
|||
(generateOptparseApplicativeCompletion "purs")
|
||||
];
|
||||
|
||||
# purenix-1.0 has a strict version bound requiring purescript-0.14.4, but it
|
||||
# works with later versions of purescript as well.
|
||||
purenix = doJailbreak super.purenix;
|
||||
|
||||
# Generate shell completion for spago
|
||||
spago = generateOptparseApplicativeCompletion "spago" super.spago;
|
||||
|
||||
|
|
Loading…
Reference in a new issue