CI: That is overengineered

This commit is contained in:
kat witch 2021-11-21 23:21:41 +00:00 committed by kat
parent f1ab64c173
commit 9e0fdee4ff
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -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