Add nixBuildArgs parameter

This commit is contained in:
Tobias Happ 2020-01-05 19:52:08 +01:00 committed by Domen Kožar
commit a03feca499
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
5 changed files with 29 additions and 6 deletions

View file

@ -32,6 +32,13 @@ jobs:
with:
name: cachix-action
skipNixBuild: true
- name: Test nixBuildArgs parameter
uses: ./
with:
name: cachix-action
file: test-with-arg.nix
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
nixBuildArgs: --argstr arg foobar
- name: Test private cache
uses: ./
with: