From 2cc13dddb51e50a46f17e0d64e2d072e6e9c8d93 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 25 Sep 2021 17:04:42 +0200 Subject: [PATCH] ci: use 'nix flake check' Now that I am using agenix, secrets stays encrypted at rest. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9c5d85d..b192230 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,9 @@ type: exec name: NixOS config check steps: -- name: format check +- name: nix flake check commands: - - nix develop -c nixpkgs-fmt . + - nix flake check - name: notifiy commands: