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.
2 parents 5bf9709 + 32f3ebd commit 0fc3804Copy full SHA for 0fc3804
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