scripts/update: more debug logging
This commit is contained in:
@@ -44,7 +44,9 @@ getPkgs() {
|
||||
attrPrefix=sane
|
||||
fi
|
||||
|
||||
local attrs="$(nix-env -f . --query --available --attr-path --no-name -A $attrPrefix)"
|
||||
debug "querying attributes which match '$attrPrefix'"
|
||||
local attrs=$(nix-env -f . --query --available --attr-path --no-name -A "$attrPrefix" --show-trace)
|
||||
debug "got: $attrs"
|
||||
attrsArr+=($attrs)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user