0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/jupyter: make kernel options freeform JSON

This commit is contained in:
Jaakko Luttinen 2022-10-14 20:19:09 +03:00
parent 5b520df32f
commit 8eafc61e23
No known key found for this signature in database
GPG key ID: 7B1CE13152E6B964
3 changed files with 5 additions and 3 deletions

View file

@ -1,9 +1,11 @@
# Options that can be used for creating a jupyter kernel.
{ lib }:
{ lib, pkgs }:
with lib;
{
freeformType = (pkgs.formats.json { }).type;
options = {
displayName = mkOption {