From daf3c22cbb16fa5698a053c8972bc57ee6418b1d Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 20 Jul 2024 00:13:08 +0200 Subject: [PATCH] test ssh_key --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 671172f..d62f9e1 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: ${{ secrets.SSH_KEY }} EOF chmod 600 $PWD/id_rsa - NIX_SSHOPTS='-i $PWD/id_rsa' nix flake update + NIX_SSHOPTS="-i $PWD/id_rsa" nix flake update - run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel - run: nix build .#nixosConfigurations.cream.config.system.build.toplevel - run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel