1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 11:22:46 +03:00
This commit is contained in:
oxalica 2023-04-14 03:06:42 +08:00
parent df541a798d
commit 1d5bc81023

View File

@ -173,7 +173,7 @@ pub(crate) fn liveness_check_query(
// `outputs = { foo [, ...] }@bar: ...`
// ^ Always considered used.
// It causes Nix to add inputs from registry automatically,
// and user can access it via `var` elsewhere.
// and user can access it via `bar` elsewhere.
// Tested in `flake_output_with_universal`.
&& (!is_flake_outputs || param.is_none())
{