super stupid me super stupid
This commit is contained in:
parent
9dc41f22c1
commit
f80549c6a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-my-packages.yml
vendored
2
.github/workflows/test-my-packages.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
# if they dont exist, i want to skip the build
|
# if they dont exist, i want to skip the build
|
||||||
|
|
||||||
- name: Check if the dependencies are in the cache
|
- 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
|
- name: Build my packages
|
||||||
run: nix build -L "github:nixos/nixpkgs/${{ matrix.nixpkgs-branch }}#${{ matrix.myPackages }}"
|
run: nix build -L "github:nixos/nixpkgs/${{ matrix.nixpkgs-branch }}#${{ matrix.myPackages }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue