Update README.md
This commit is contained in:
parent
63d52c2fd4
commit
c155ae111f
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, self, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
configuration = ''
|
configuration = ''
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue