From c3290e4a60e83d3f2b285f3ca9bc04e5fa7d1a32 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 16 Jan 2024 18:35:27 +0100 Subject: [PATCH] dev: Leave debug enabled for ease of exploration --- dev/flake-module.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev/flake-module.nix b/dev/flake-module.nix index 5ac60b9..64976b7 100644 --- a/dev/flake-module.nix +++ b/dev/flake-module.nix @@ -48,4 +48,9 @@ }; }); }; + + # Make some non-standard flake outputs available for exploration in the REPL + # This isn't part of a proper flake anyway (see dev/flake.nix) so we may as + # well leave this on. + debug = true; }