We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2c795 commit 5d5c00cCopy full SHA for 5d5c00c
1 file changed
.github/workflows/cache.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
paths:
8
+ - ".github/workflows/cache.yml"
9
- "flake.nix"
10
- "flake.lock"
11
- "nix/package.nix"
@@ -30,4 +31,4 @@ jobs:
30
31
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
32
33
- name: Upload derivation to Cachix
- run: nix build --accept-flake-config | cachix push openmesh
34
+ run: nix build --accept-flake-config --print-out-paths | cachix push openmesh
0 commit comments