diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 0e463ff..cef87a7 100644 --- a/flake.nix +++ b/flake.nix @@ -249,8 +249,9 @@ - using gorilla/mux ''; - }; + }; # checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; }; + }; } |