From 03a2bce57ac80014e520ec4faed4d198d61c3f23 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Wed, 19 Mar 2025 19:38:44 -0500 Subject: [PATCH] adding env --- .gitea/workflows/nixtest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/nixtest.yaml b/.gitea/workflows/nixtest.yaml index 09ded87..17ed24e 100644 --- a/.gitea/workflows/nixtest.yaml +++ b/.gitea/workflows/nixtest.yaml @@ -1,6 +1,10 @@ name: testing nix stuff run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] + +env: + NIX_PATH: nixpkgs=channel:nixos-24.11-small + jobs: nix: strategy: