nix-minecraft follows unstable
All checks were successful
Build / nix-build (native-aarch64, varda) (push) Successful in 2m9s
Build / nix-build (native-x86_64, gandalf) (push) Successful in 3m7s
Build / nix-build (native-x86_64, shadowfax) (push) Successful in 3m52s
Build / nix-build (native-x86_64, telperion) (push) Successful in 2m19s
Build / nix-build (native-x86_64, telchar) (push) Successful in 7m15s
All checks were successful
Build / nix-build (native-aarch64, varda) (push) Successful in 2m9s
Build / nix-build (native-x86_64, gandalf) (push) Successful in 3m7s
Build / nix-build (native-x86_64, shadowfax) (push) Successful in 3m52s
Build / nix-build (native-x86_64, telperion) (push) Successful in 2m19s
Build / nix-build (native-x86_64, telchar) (push) Successful in 7m15s
This commit is contained in:
parent
744ff0da9c
commit
78acd1ba12
2 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@
|
|||
"flake-compat": "flake-compat",
|
||||
"flake-utils": "flake-utils_3",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
"nixpkgs-unstable"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue