From 8536b0bcd92d6e136063d6f2f3e884dabecb6479 Mon Sep 17 00:00:00 2001 From: thomasjm Date: Tue, 17 Sep 2024 13:20:25 -0700 Subject: [PATCH] Flake export --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index eaeb875..603917e 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,8 @@ in rec { packages = { - # inherit (codedown) spellchecker codedownSearcher languagesIcons; + # For nix repl debugging + inherit codedown; jupyter-runner = pkgsMaster.callPackage ./nix/jupyter-runner.nix {};