Migrate to nix-minecraft

This commit is contained in:
♥ Minnie ♥ 2024-06-03 20:53:43 +08:00
parent 354d4ffbe5
commit 65764d76ff
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
6 changed files with 90 additions and 22 deletions

View file

@ -12,13 +12,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Add any other flake you might need
# Flakes our configuration is dependent on.
agenix.url = "github:ryantm/agenix";
agenix-rekey = {
url = "github:oddlama/agenix-rekey";
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence.url = "github:nix-community/impermanence";
# Add any other flake you might need.
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: