From 94315fae996645e17dc83443e9af9179e940cb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 4 Jul 2023 09:40:29 +0200 Subject: [PATCH] chore: format --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ef99c28..be9c68c 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ ${pkgs.findutils}/bin/find secrets -not -path '*/.*' -type f > secrets.txt ''); }; - deploy = { + deploy = { type = "app"; program = toString (pkgs.writers.writeDash "deploy" '' if [ $# -eq 0 ]