Skip to content

Commit 28e11cf

Browse files
authored
[easy][devboxjson] Add nixpkgs to schema (#2498)
## Summary TSIA ## How was it tested?
1 parent 15e2fb1 commit 28e11cf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.schema/devbox.schema.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,16 @@
139139
},
140140
"env_from": {
141141
"type": "string"
142+
},
143+
"nixpkgs": {
144+
"type": "object",
145+
"properties": {
146+
"commit": {
147+
"type": "string",
148+
"description": "The commit hash of the nixpkgs repository to use"
149+
}
150+
}
142151
}
143152
},
144153
"additionalProperties": false
145-
}
154+
}

0 commit comments

Comments
 (0)