nix-minecraft follows unstable

This commit is contained in:
Joseph Hanson 2024-10-09 15:06:45 -05:00
parent 744ff0da9c
commit 78acd1ba12
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -399,7 +399,7 @@
"flake-compat": "flake-compat",
"flake-utils": "flake-utils_3",
"nixpkgs": [
"nixpkgs"
"nixpkgs-unstable"
]
},
"locked": {

View file

@ -92,7 +92,7 @@
# https://github.com/infinidoge/nix-minecraft
nix-minecraft = {
url = "github:Infinidoge/nix-minecraft";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};