From d2e4238e5b58366c6460df2bfbdb370fdb69e035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 30 Jul 2023 22:01:55 +0100 Subject: [PATCH] use built-in nix on ci runner --- .gitea/workflows/build.yaml | 2 -- nixos/boxes/bolty/gitea-runner.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ab274a98..5e4490b1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,8 +10,6 @@ jobs: - name: Hello run: | echo "Hello and welcome" - - name: Install Nix - uses: https://github.com/DeterminateSystems/nix-installer-action@main - uses: actions/checkout@v3 name: Checkout - name: Metadata diff --git a/nixos/boxes/bolty/gitea-runner.nix b/nixos/boxes/bolty/gitea-runner.nix index e7d68580..ef1f4c3c 100644 --- a/nixos/boxes/bolty/gitea-runner.nix +++ b/nixos/boxes/bolty/gitea-runner.nix @@ -33,6 +33,7 @@ in nodejs wget sudo + nix ]; labels = [ "nixery-nix-node:docker://nixery.dev/shell/nix/git/nodejs:latest"