Infinidoge / nix-minecraft

An attempt to better support Minecraft-related content for the Nix ecosystem
MIT License
172 stars 18 forks source link

nix flake show report error #32

Closed luochen1990 closed 1 year ago

luochen1990 commented 1 year ago
$ nix flake show github:Infinidoge/nix-minecraft
github:Infinidoge/nix-minecraft/359e2a68e288fb467b38c0318236093411ee47f4
├───legacyPackages
│   ├───aarch64-darwin omitted (use '--legacy' to show)
│   ├───aarch64-linux omitted (use '--legacy' to show)
│   ├───i686-linux omitted (use '--legacy' to show)
│   ├───x86_64-darwin omitted (use '--legacy' to show)
│   └───x86_64-linux omitted (use '--legacy' to show)
├───lib: unknown
├───nixosModules
│   └───minecraft-servers: NixOS module
├───overlay: Nixpkgs overlay
└───packages
├───aarch64-darwin
trace: warning: `VelocityServers` from the `packages` flake output is deprecated. Please use the `legacyPackages` flake output instead.
error: attribute 'VelocityServers' missing

at /nix/store/a8axbx9xgz21cglwjwdx5jcmsf8i5dgp-source/flake.nix:68:12:

67|           )
68|           {
|            ^
69|             inherit (legacyPackages)
Did you mean velocityServers?
Infinidoge commented 1 year ago

Whoops!