We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc5b79 commit e25667aCopy full SHA for e25667a
.github/workflows/check.yml
@@ -100,6 +100,13 @@ jobs:
100
substituters = https://cache.nixos.org/ https://feel-co.cachix.org
101
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=
102
103
+ - uses: cachix/cachix-action@v16
104
+ with:
105
+ authToken: ${{ secrets.CACHIX_TOKEN }}
106
+ extraPullNames: nix-community
107
+ name: nvf
108
+ pushFilter: '(ndg-\d+\.\d+\.\d+$)'
109
+
110
- name: Set default git branch (to reduce log spam)
111
run: git config --global init.defaultBranch main
112
0 commit comments