Switch away from polymc

This commit is contained in:
Nathan McCarty 2022-10-18 09:54:58 -04:00
parent d85532eb77
commit c41b64e0de
2 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
polymc = {
url = "github:PolyMC/PolyMC";
prismlauncher = {
url = "github:PrismLauncher/PrismLauncher";
inputs.nixpkgs.follows = "nixpkgs";
};
java = {
@ -67,7 +67,7 @@
};
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, fenix, emacs
, mozilla, sops-nix, home-manager, darwin, polymc, java, quilt-server
, mozilla, sops-nix, home-manager, darwin, prismlauncher, java, quilt-server
, nixos-generators, wsl, gamescope, nix-on-droid }@inputs:
let
makeNixosSystem =

View File

@ -15,8 +15,8 @@ in with lib; {
(dwarf-fortress-packages.dwarf-fortress-full.override {
enableFPS = true;
})
# PolyMC minecraft stuff
inputs.polymc.packages."${system}".polymc
# Prism Launcher minecraft stuff
inputs.prismlauncher.packages."${system}".prismlauncher
glfw-patched
];
unstable-packages =