From 57dd7685ac89b418d7f9ed0e2bdb7188f293af55 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 1 Oct 2023 09:04:29 -0600 Subject: [PATCH] nix profile test --- .gitea/workflows/test.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index aeb09e0..c35afaf 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -32,5 +32,10 @@ jobs: # - 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 + # - run: nix-shell -p cowsay --run "cowsay test" + + - run: nix run nixpkgs#cowsay -- hello + + - name: Install dependencies + run: nix profile install nixpkgs#cowsay + - run: cowsay testing \ No newline at end of file