mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-04-21 09:20:16 +03:00
feat: allow specifying a path to flake.nix within the repository
This commit is contained in:
parent
0ed7fb71ea
commit
0ad9a55048
3 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue