Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haskellPackages.streamly: fix darwin override
fixes ``` error: querying available packages failed caused by: nix-env failed with error: nix-env failed with exit code 1: error: attribute 'streamly_0_8_1_1' missing at /nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source/pkgs/development/haskell-modules/configuration-darwin.nix:259:6: 258| ] ++ (drv.libraryFrameworkDepends or []); 259| }) super.streamly_0_8_1_1; | ^ 260| ``` PR NixOS#160733 didn't catch this it seems.
- Loading branch information