Skip to content

Commit

Permalink
packwiz: remove packwiz from packages
Browse files Browse the repository at this point in the history
Change reason: Packwiz is now properly packaged in nixpkgs, there is no
longer a reason to be packaging it inside of nix-minecraft.
  • Loading branch information
soupglasses authored and Infinidoge committed Aug 22, 2022
1 parent b08a8a8 commit 5ab01bc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 42 deletions.
4 changes: 0 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ pkgs.fetchModrinthMod { id = "versionid"; hash = "hash from above command"; }

Not yet available, however planned for the future, assuming an elegant-enough method can be found. For now, you can use ~fetchurl~ with the file URL and file hash.

*** ~packwiz~

A package of [[https://packwiz.infra.link/][Packwiz]], tracking the master branch at its [[github:packwiz/packwiz][GitHub repository]]

* Modules

** ~services.minecraft-servers~
Expand Down
19 changes: 1 addition & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

flake-utils.url = "github:numtide/flake-utils";

# Packages
packwiz = { url = "github:packwiz/packwiz"; flake = false; };
};

outputs =
Expand Down
16 changes: 0 additions & 16 deletions pkgs/tools/packwiz.nix

This file was deleted.

0 comments on commit 5ab01bc

Please sign in to comment.