testing
This commit is contained in:
parent
6fbd9b2a6c
commit
32f5b69580
6 changed files with 288 additions and 76 deletions
12
flake.nix
12
flake.nix
|
@ -11,9 +11,13 @@
|
|||
);
|
||||
|
||||
packages = nixpkgs.lib.genAttrs [ "x86_64-linux" ] (
|
||||
system: nixpkgs.lib.genAttrs [ "pterodactyl" "php" "wings" ] (
|
||||
package: import ./packages/${package}.nix { pkgs = import nixpkgs { inherit system; }; };
|
||||
)
|
||||
});
|
||||
system: let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
in rec {
|
||||
php = import ./packages/php.nix { inherit pkgs; };
|
||||
pterodactyl = import ./packages/pterodactyl.nix { inherit pkgs php; };
|
||||
wings = import ./packages/wings.nix { inherit pkgs; };
|
||||
}
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue