From 9c1943defe0eb37ccebd4c7756d8f4c0c021d208 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 10 May 2022 18:05:53 -0700 Subject: one more time --- users/fcuny/blog/.drone.yml | 3 +-- users/fcuny/blog/flake.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'users') diff --git a/users/fcuny/blog/.drone.yml b/users/fcuny/blog/.drone.yml index 83fbc12..67bf620 100644 --- a/users/fcuny/blog/.drone.yml +++ b/users/fcuny/blog/.drone.yml @@ -14,5 +14,4 @@ steps: FLY_API_TOKEN: from_secret: FLY_API_TOKEN commands: - - nix develop - - bash ./scripts/deploy.sh + - nix shell --command bash ./scripts/deploy.sh diff --git a/users/fcuny/blog/flake.nix b/users/fcuny/blog/flake.nix index fa39b45..35ada07 100644 --- a/users/fcuny/blog/flake.nix +++ b/users/fcuny/blog/flake.nix @@ -18,6 +18,6 @@ ''; devShell = - pkgs.mkShell { buildInputs = with pkgs; [ hugo flyctl git ]; }; + pkgs.mkShell { buildInputs = with pkgs; [ hugo flyctl git jq ]; }; }); } -- cgit 1.4.1