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.
1 parent 782c42e commit 7258a63Copy full SHA for 7258a63
flake.nix
@@ -33,6 +33,7 @@
33
lockFile = ./Cargo.lock;
34
};
35
36
+ nativeBuildInputs = [ installShellFiles ];
37
buildInputs = [ sqlite ];
38
39
postInstall = ''
@@ -42,6 +43,12 @@
42
43
substituteInPlace command-not-found.nu \
44
--subst-var out
45
install -Dm555 command-not-found.nu -t $out/etc/profile.d
46
+
47
+ "$out/bin/nix-locate" --mangen > nix-locate.1
48
+ "$out/bin/nix-index" --mangen > nix-index.1
49
+ "$out/bin/nix-channel-index" --mangen > nix-channel-index.1
50
51
+ installManPage nix-locate.1 nix-index.1 nix-channel-index.1
52
'';
53
54
meta = with lib; {
0 commit comments