Add a PHP 7.4 devshell
This commit is contained in:
parent
154ebacde5
commit
a7e145a3af
3 changed files with 46 additions and 1 deletions
|
|
@ -4,6 +4,8 @@
|
|||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
nixpkgs-php74.url = "github:nixos/nixpkgs/81b77fd3847a";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -13,6 +15,7 @@
|
|||
|
||||
imports = [
|
||||
./modules/nodejs.nix
|
||||
./modules/php74.nix
|
||||
./modules/php81.nix
|
||||
./modules/php82.nix
|
||||
./modules/php83.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue