MyGui layout editor for Scrap Mechanic packaged for the nix package manager
{
nix.settings = {
substituters = ["https://sm-gui-editor.cachix.org"];
trusted-public-keys = ["sm-gui-editor.cachix.org-1:sOHlz7KeslsRSBiGfE5G4Hbm7URIdtaI1zZSeL92m3s="];
};
}
-
Installing flatpak Refer to this
-
Getting the flatpak
There are two sorces of the flatpak as of now (with flathub possibly being added as a 3rd option in the future):
- Published releases (stable)
This one should be the one you install
It is a specifically tagged release that (should) have no bugs in it
To get this one go to the latest release and downloadsmlayouteditor.flatpak
Now proceed to the next Step - CI jobs (unstable) This source is for move advanced users While it is more up to date it might not work at all To get it go to the latest ci run and download the artifact
- Install
To install simply run this command in the terminal
flatpak install /path/to/flatpak/
- Setting up the flatpak
The last thing we need to do is to give the flatpak acess to scrap mechanic installation To do that simply run these commands
flatpak override --filesystem=/path/to/sm
flatpak override --env=SM_PATH=/path/to/sm
Now simply run the flatpak