Explain the problem.
Trying to run pandoc with nix develop on flake.nix which is available in the root of the repo and get the following error:
user@host ~/pandoc (main)> nix develop
trace: WARNING[haskell-flake]: Multiple haskell overlays are applied in arbitrary order.
error: anonymous function at /nix/store/y2p2al2c5gy06jsxa7jlnn0pyjk86ly4-cabal2nix-pandoc-lua-engine/default.nix:1:1 called without required argument 'hslua-repl'
at /nix/store/bhi4zh9nh9h3i206sxpp0anr6j1kck5r-source/pkgs/development/haskell-modules/make-package-set.nix:97:40:
96| # this wraps the `drv` function to add `scope` and `overrideScope` to the result.
97| drvScope = allArgs: ensureAttrs (drv allArgs) // {
| ^
98| inherit scope;
(use '--show-trace' to show detailed location information)
There was a similar (maybe not?) issue from 2019 which is now closed, but I'm lacking expertise to say if it is related/helpful/has a solution in it: #5298
Pandoc version?
Master branch of pandoc.
This is on NixOS, with the following configuration:
- system: `"x86_64-linux"`
- host os: `Linux 6.1.26, NixOS, 23.05 (Stoat), 23.05.20230430.da45bf6`
- multi-user?: `no`
- sandbox: `yes`
- version: `nix-env (Nix) 2.13.3`
- channels(root): `""`
- nixpkgs: `not found`
Explain the problem.
Trying to run pandoc with
nix developonflake.nixwhich is available in the root of the repo and get the following error:There was a similar (maybe not?) issue from 2019 which is now closed, but I'm lacking expertise to say if it is related/helpful/has a solution in it: #5298
Pandoc version?
Master branch of pandoc.
This is on NixOS, with the following configuration: