mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Set the default devShell to null
This commit is contained in:
parent
12363179cd
commit
d5703798a8
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in
|
|||
options = {
|
||||
devShell = mkOption {
|
||||
type = types.nullOr types.package;
|
||||
default = null;
|
||||
description = ''
|
||||
A derivation that nix develop bases its environment on.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue