flake.nix: lock nix-minecraft

nix-minecraft#60 was reopened :(
This commit is contained in:
NullBite 2024-05-29 23:03:22 -04:00
parent 2659c3ccc8
commit ee80eb4ff6
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 1 deletions

1
flake.lock generated
View File

@ -539,6 +539,7 @@
"original": {
"owner": "infinidoge",
"repo": "nix-minecraft",
"rev": "ab4790259bf8ed20f4417de5a0e5ee592094c7c3",
"type": "github"
}
},

View File

@ -26,7 +26,7 @@
pkg-android-tools.url = "github:NixOS/nixpkgs/55070e598e0e03d1d116c49b9eff322ef07c6ac6";
nix-minecraft = {
url = "github:infinidoge/nix-minecraft";
url = "github:infinidoge/nix-minecraft/ab4790259bf8ed20f4417de5a0e5ee592094c7c3";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};