We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
command-not-found.nu
--top-level
1 parent 01a2423 commit 32f3ebdCopy full SHA for 32f3ebd
command-not-found.nu
@@ -29,7 +29,7 @@
29
]
30
$lines | str join "\n"
31
}
32
- let pkgs = (@out@/bin/nix-locate --minimal --no-group --type x --type s --top-level --whole-name --at-root $"/bin/($cmd_name)" | lines)
+ let pkgs = (@out@/bin/nix-locate --minimal --no-group --type x --type s --whole-name --at-root $"/bin/($cmd_name)" | lines)
33
let len = ($pkgs | length)
34
let ret = match $len {
35
0 => null,
0 commit comments