From 4f7f672f9fb300958971c87ed5faff499e7f14ec Mon Sep 17 00:00:00 2001 From: Bart Koolen Date: Thu, 16 Apr 2026 17:08:13 +0200 Subject: [PATCH] Another test --- .forgejo/workflows/nix-check.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/nix-check.yaml b/.forgejo/workflows/nix-check.yaml index da3bb42..4c4f513 100644 --- a/.forgejo/workflows/nix-check.yaml +++ b/.forgejo/workflows/nix-check.yaml @@ -5,9 +5,7 @@ jobs: runs-on: nix-runner steps: - name: Test Nix Caching - run: | - # 1. Check time to 'fetch' a package the host already has - time nix shell nixpkgs#p7zip --command 7z --help + run: nix flake metadata nixpkgs - name: Run hello run: /nix/store/aiblla3swfhcv348k8h10mnsg35wzvm6-hello-2.12.2/bin/hello