Switch away from polymc
This commit is contained in:
parent
d85532eb77
commit
c41b64e0de
|
@ -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 =
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue