Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit a5ef522

Browse files
authored
Merge pull request #832 from dsalaza4/main
fix(build): #831 deployments
2 parents 63f1bb6 + f8db99c commit a5ef522

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
permissions: read-all
21
concurrency:
32
cancel-in-progress: true
43
group: ${{ github.actor }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ In order to do this:
27562756
Makes will automatically recognize as outputs all `main.nix` files
27572757
under the `makes/` directory in the root of the project.
27582758
This "magic" `makes/` directory can be configured via the
2759-
`extendingMakesDir` option.
2759+
`extendingMakesDirs` option.
27602760
27612761
You can create any directory structure you want.
27622762
Output names will me mapped in an intuitive way:

0 commit comments

Comments
 (0)