Update README.md

This commit is contained in:
fi 2024-10-29 20:48:33 +01:00 committed by Fiona Grzebien
parent 63d52c2fd4
commit 49d7a9adeb
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# pterodactyl-wings # pterodactyl

View file

@ -16,7 +16,7 @@ in {
}; };
pkg = mkOption { pkg = mkOption {
type = types.package; type = types.package;
default = pkgs.pterodactyl-wings; default = self.packages.${pkgs.system}.pterodactyl-wings;
}; };
}; };