mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-16 13:28:20 +00:00
dev: Leave debug enabled for ease of exploration
This commit is contained in:
parent
85e0ab83a3
commit
c3290e4a60
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue