1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

dev: Leave debug enabled for ease of exploration

This commit is contained in:
Robert Hensing 2024-01-16 18:35:27 +01:00
parent 85e0ab83a3
commit c3290e4a60

View file

@ -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;
}