From 4dc3e0773f2da4b8a9c54109fb0b6e23bf4aeee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 19 Jun 2021 23:59:00 +0100 Subject: [PATCH] try to fix ci --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 21ea065d..2e17b8f1 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ in (pkgs.writeShellScriptBin "nix-experimental" '' exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@" '') + cacert git ]; shellHook = ''