Profpatsch
Profpatsch
This, however, fails again: ``` let foo = (./package.dhall).{ sources, name, dependencies } ⫽ { packages = ../packages.dhall } in foo ``` ``` spago: Error: Expression doesn't match annotation -...
Update: It works with the following workaround: ``` let pkg = ./package.dhall in { sources = pkg.sources , name = pkg.name , dependencies = pkg.dependencies , packages = ../packages.dhall }...
> What would this involve? What would it gain us? Generating a nix expression for the packages (needs a url & shasum per package). Each package would be built in...
I totally forgot about this; @Gabriella439 I think I addressed your comments, PTAL
The fix unfortunately does not apply anymore. I don’t know if it was fixed on HEAD in the meantime
Rebased on master
There’s also a limit of 3200 tweets. I wonder if that can be circumvented somehow.
Same here. With 1.3.6 all empty directories are left behind. I don’t know if the `delete` option should trigger that, since it’s [not documented](https://github.com/sampsyo/beets/issues/834).
I can `cabal2nix .` again to regenerate the `scientific.nix` file
Thanks to @aszlig for debugging this!!