From 39f658b03a010868b4bb55989b6f5a2512a6cee1 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Wed, 1 Jan 2025 23:19:10 +0200 Subject: [PATCH] Try nix develop --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6315317..30a886c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,8 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - - name: Develop - run: nix develop .#render --no-pure-eval + - uses: nicknovitski/nix-develop@v1 + with: + arguments: ".#render --no-pure-eval" - name: Render run: just render