More nix nario list improvements#234
Conversation
WalkthroughThe PR introduces a new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes The changes span four files with mixed complexity: a straightforward new mixin definition, a targeted refactoring of Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used🧬 Code graph analysis (1)tests/functional/export.sh (1)
🪛 Clang (14.0.6)src/nix/ls.hh[error] 3-3: 'nix/util/args.hh' file not found (clang-diagnostic-error) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (11)
Comment |
Motivation
-loption to list details about files.--no-contentsby--recursive/-Rto be consistent withnix {nar,store} ls.Context
Summary by CodeRabbit
New Features
--long/-lflag to display detailed file information including permissions, size, and symlink targets.--recursive/-Rflag to enable recursive directory traversal and listing.Tests