diff --git a/.schema/devbox.schema.json b/.schema/devbox.schema.json index 41c3ffd3534..f540406976e 100644 --- a/.schema/devbox.schema.json +++ b/.schema/devbox.schema.json @@ -139,7 +139,16 @@ }, "env_from": { "type": "string" + }, + "nixpkgs": { + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit hash of the nixpkgs repository to use" + } + } } }, "additionalProperties": false -} \ No newline at end of file +}