Open AronNovak opened 7 months ago
@mpscholten we are running our app on IHP latest master
, so I suspect it's related to the GHC upgrade?
Yes, very likely caused by the new nixpkgs version. I'll try to fix this soon. As a workaround you could use an older IHP commit to run the app
Thanks, for now we downgraded IHP
{
inputs = {
- ihp.url = "github:digitallyinduced/ihp";
+ ihp.url = "github:digitallyinduced/ihp/f7f7f4ee9019078ab5d243db30c1381afa88bf1c";
Any updates on this one?
Not yet, @AronNovak is going to try to re-deploy, once he has some time. We'll update :)
After a series of successful deployments, I got this while doing
deploy-to-nixos qa-server
:As in the
flake.nix
, we do not customize anything related to Grub, it might be some of the dependencies in the background for NixOS.