From 9e0fdee4ff3ce22eadd4d9ae03ce1baf629251a2 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 21 Nov 2021 23:21:41 +0000 Subject: [PATCH] CI: That is overengineered --- ci/flake-cron.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/flake-cron.nix b/ci/flake-cron.nix index 94feda0a..638bd451 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -109,7 +109,7 @@ with lib; { chmod 0600 ~/.ssh/id_rsa fi - ${concatStringsSep "\n" (mapAttrsToList (n: v: "nix flake lock --update-input ${n}") channels.nixfiles.inputs)} + nix flake update if git status --porcelain | grep -qF flake.lock; then git -P diff flake.lock