From 78dfcb09e630c6cf76c7ef63b21f2e871af92a7a Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 1 Oct 2023 09:00:23 -0600 Subject: [PATCH] without nix-instantiate --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 94cbc93..aeb09e0 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -29,8 +29,8 @@ jobs: run: | ls ${{ gitea.workspace }} - - name: Print nixpkgs version - run: nix-instantiate --eval -E '(import {}).lib.version' + # - name: Print nixpkgs version + # run: nix-instantiate --eval -E '(import {}).lib.version' - run: nix-shell -p cowsay --run "cowsay test" - run: nix run nixpkgs#cowsay -- hello \ No newline at end of file