Lxtharia / minegrub-theme

A Grub Theme in the style of Minecraft!
MIT License
3.26k stars 43 forks source link

Example flake from readme build fail #66

Closed Familex closed 2 months ago

Familex commented 3 months ago

Code from readme does not build with an error:

minegrub-theme> Running phase: buildPhase
minegrub-theme> ERROR: The file background_options/1.8  - [Classic Minecraft] does not exist.
error: builder for '/nix/store/73dc06kry19343j3srsnh5mbfbpdjczj-minegrub-theme.drv' failed with exit code 1

I have tried pass in minegrub-theme.background background_options/1.8 - [Classic Minecraft] and background_options/1.8 - [Classic Minecraft].png, but that doesn't work either.

But background_options/Alpha.png works.

rypervenche commented 2 months ago

Use the version with ".png" at the end and note that with the 1.8 version there are 2 spaces after it. The minimal example is missing the ".png" at the end, but has the extra space that you're missing. @Familex

Familex commented 2 months ago

@rypervenche you're right, it's just the wrong path