diff --git a/modules/devShell.nix b/modules/devShell.nix index 27534db..9ae44e4 100644 --- a/modules/devShell.nix +++ b/modules/devShell.nix @@ -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. '';