From 95b34da889963016e69aa63deead048d925a210a Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 12:23:41 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7a51fa0c..6499144a 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,7 @@ }; # Checks for deploy-rs - Makes deploy-rs fail when system evaluations fail - checks = libx.forAllSystems (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; + checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; # Devshell for bootstrapping; acessible via 'nix develop' devShells = libx.forAllSystems (system: