ITADN

Package itself builds but included in shell's packages doesn't

#319Closedzmrocze 创建于 2024-06-08
bug
Z
zmroczecommented
**Describe the bug** <!-- A clear and concise description of what the bug is. --> **To Reproduce** Steps to reproduce the behavior: 1. enter the devshell from [this flake](https://github.com/mlabs-haskell/spo-anywhere/tree/55525c5735b4477f584b4b0a272b03e10b71010c) with ```shell nix develop github:mlabs-haskell/spo-anywhere?ref=karol/reproduce-devshell-error#default ``` Observe an error. **Expected behavior** Expect shell to build succesfully. I expect that because the shell includes just 1 package with [`devshells.default.devshell.packages`](https://github.com/mlabs-haskell/spo-anywhere/blob/55525c5735b4477f584b4b0a272b03e10b71010c/shell/default.nix#L24) and the package itself builds (you can check it by running `nix build github:intersectmbo/cardano-node\?ref=8.7.3\#cardano-cli`). **System information** the above linked flake on `x86_64-linux`. **Additional context** simmilar issue: #315
关闭于 2024-06-08 1 条评论