diff options
author | Emile <git@emile.space> | 2025-02-13 20:34:25 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-13 20:34:25 +0100 |
commit | 0b0e31a502877d9bc544642667844e42c34a828b (patch) | |
tree | e8120e446fcdd6d62eea49f11f60e89c7b977a8c | |
parent | 3c8bd0f40de42102dd4b66ef8a37d9d2a2009507 (diff) |
flake: formatting
-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; }; + }; } |