Skip to content

Commit

Permalink
hosts/mistral: mcmmo
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Jan 6, 2024
1 parent 00d19e7 commit c5e579a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions hosts/mistral/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@
hash = "sha256-FJkS5kzCfET7eObqEnVW5K5ziNnp5B3baxPjQgMRL6s=";
};

"plugins/mcmmo.jar" = pkgs.requireFile {
url = "https://mcmmo.org";
name = "mcMMO-2.1.225.jar";
hash = "sha256-PoVKTcIxQEzn8OCNM1herUG7+ojD1JmVRY3xrQ2I1uQ=";
};

"bukkit.yml" = ./config/bukkit.yml;
"spigot.yml" = ./config/spigot.yml;
"config/paper-global.yml" = ./config/paper-global.yml;
Expand Down
2 changes: 1 addition & 1 deletion modules/shared/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
url = "https://raw.githubusercontent.com/rose-pine/helix/main/rose_pine.toml";
sha256 = "sha256-Jrn8jjZ8RoRf7dLEHWoPNQslX+EKK4oBP76RjFVV5hA=";
}));

rose-pine-moon = fromTOML (__readFile (__fetchurl {
url = "https://raw.githubusercontent.com/rose-pine/helix/main/rose_pine_moon.toml";
sha256 = "sha256-6okdImytU6EU10UuiOdWE5OP7t0pWf5wx/bFK43DDgk=";
Expand Down

0 comments on commit c5e579a

Please sign in to comment.