Sort cache entry listing
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -116,6 +116,7 @@ export default async (project: Project, cache: Cache, report: Report) => {
|
|||||||
`[\n` +
|
`[\n` +
|
||||||
cacheEntries
|
cacheEntries
|
||||||
.map((entry) => ` { ${cacheEntryToNix(entry)} }\n`)
|
.map((entry) => ` { ${cacheEntryToNix(entry)} }\n`)
|
||||||
|
.sort()
|
||||||
.join(``) +
|
.join(``) +
|
||||||
` ]`
|
` ]`
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user