From 7286ee29637dbc694f769b618259eb9f75bab0fa Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 22 Aug 2026 16:59:34 +0900 Subject: ci: setup GitHub Actions --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 57955bc2..df1d0c3a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.3.1-4-g156e