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 = {
|
options = {
|
||||||
devShell = mkOption {
|
devShell = mkOption {
|
||||||
type = types.nullOr types.package;
|
type = types.nullOr types.package;
|
||||||
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
A derivation that nix develop bases its environment on.
|
A derivation that nix develop bases its environment on.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue