1
0
Fork 0
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:
Robert Hensing 2021-11-22 00:06:12 +01:00
parent 12363179cd
commit d5703798a8

View file

@ -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.
'';