diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-22 16:59:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-22 17:32:58 +0900 |
| commit | 7286ee29637dbc694f769b618259eb9f75bab0fa (patch) | |
| tree | 8ab8644344614bc8feda6b2f0152030c4a9cba98 /flake.nix | |
| parent | 94507ec2f265ca9400d64d42036ca1e8722e27da (diff) | |
| download | php-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.tar.gz php-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.tar.zst php-shirabe-7286ee29637dbc694f769b618259eb9f75bab0fa.zip | |
ci: setup GitHub Actions
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - systems.url = "github:nix-systems/x86_64-linux"; + systems.url = "github:nix-systems/default"; flake-utils = { url = "github:numtide/flake-utils"; @@ -50,6 +50,8 @@ packages = [ rustToolchain pkgs.php85 + pkgs.php85Packages.composer + pkgs.just # The following softwares are used for testing. # VCSs |
