-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy-to-nixos
Grub issue
#1937
Comments
@mpscholten we are running our app on IHP latest |
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 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: