manix 0.6.3

Nix documentation searcher
Documentation
1
2
3
4
5
6
{ pkgs ? import <nixpkgs> {}
}: let
  unstable = import <unstable> {};
in pkgs.mkShell {
  buildInputs = [ unstable.rust-analyzer unstable.cargo-flamegraph ];
}