feat: allow specifying a path to flake.nix within the repository

This commit is contained in:
Aaron Andersen 2022-09-07 22:11:56 -04:00 committed by Cole Helbling
parent 0ed7fb71ea
commit 0ad9a55048
3 changed files with 10 additions and 0 deletions

View file

@ -122,6 +122,7 @@ jobs:
uses: DeterminateSystems/update-flake-lock@vX
with:
inputs: input1 input2 input3
path-to-flake-dir: 'nix/' # in this example our flake doesn't sit at the root of the repository, it sits under 'nix/flake.nix'
```
## Running GitHub Actions CI