From f80549c6a6b923cc8b5ec7afab345d11d7cd0b02 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 24 Jan 2025 23:57:47 +0300 Subject: [PATCH] super stupid me super stupid --- .github/workflows/test-my-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-my-packages.yml b/.github/workflows/test-my-packages.yml index 087bf62..689cbb3 100644 --- a/.github/workflows/test-my-packages.yml +++ b/.github/workflows/test-my-packages.yml @@ -35,7 +35,7 @@ jobs: # if they dont exist, i want to skip the build - name: Check if the dependencies are in the cache - run: nix path-info --closure-size --eval-store auto --store https://cache.nixos.org 'github:nixos/nixpkgs/${{ matrix.nixpkgs-branch }}${{ matrix.myPackages }}^*' + run: nix path-info --closure-size --eval-store auto --store https://cache.nixos.org 'github:nixos/nixpkgs/${{ matrix.nixpkgs-branch }}#${{ matrix.myPackages }}^*' - name: Build my packages run: nix build -L "github:nixos/nixpkgs/${{ matrix.nixpkgs-branch }}#${{ matrix.myPackages }}"