1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

fix: Add missing manpages to meson.build

This commit is contained in:
Robert Hensing 2024-12-02 17:42:11 +01:00
parent 6400048116
commit d67e24afec

View file

@ -199,6 +199,7 @@ nix3_manpages = [
'nix3-build', 'nix3-build',
'nix3-bundle', 'nix3-bundle',
'nix3-config', 'nix3-config',
'nix3-config-check',
'nix3-config-show', 'nix3-config-show',
'nix3-copy', 'nix3-copy',
'nix3-daemon', 'nix3-daemon',
@ -206,8 +207,8 @@ nix3_manpages = [
'nix3-derivation', 'nix3-derivation',
'nix3-derivation-show', 'nix3-derivation-show',
'nix3-develop', 'nix3-develop',
#'nix3-doctor',
'nix3-edit', 'nix3-edit',
'nix3-env-shell',
'nix3-eval', 'nix3-eval',
'nix3-flake-archive', 'nix3-flake-archive',
'nix3-flake-check', 'nix3-flake-check',
@ -224,6 +225,7 @@ nix3_manpages = [
'nix3-fmt', 'nix3-fmt',
'nix3-hash-file', 'nix3-hash-file',
'nix3-hash', 'nix3-hash',
'nix3-hash-convert',
'nix3-hash-path', 'nix3-hash-path',
'nix3-hash-to-base16', 'nix3-hash-to-base16',
'nix3-hash-to-base32', 'nix3-hash-to-base32',
@ -238,6 +240,7 @@ nix3_manpages = [
'nix3-nar-cat', 'nix3-nar-cat',
'nix3-nar-dump-path', 'nix3-nar-dump-path',
'nix3-nar-ls', 'nix3-nar-ls',
'nix3-nar-pack',
'nix3-nar', 'nix3-nar',
'nix3-path-info', 'nix3-path-info',
'nix3-print-dev-env', 'nix3-print-dev-env',
@ -260,7 +263,7 @@ nix3_manpages = [
'nix3-repl', 'nix3-repl',
'nix3-run', 'nix3-run',
'nix3-search', 'nix3-search',
#'nix3-shell', 'nix3-store-add',
'nix3-store-add-file', 'nix3-store-add-file',
'nix3-store-add-path', 'nix3-store-add-path',
'nix3-store-cat', 'nix3-store-cat',
@ -270,6 +273,7 @@ nix3_manpages = [
'nix3-store-diff-closures', 'nix3-store-diff-closures',
'nix3-store-dump-path', 'nix3-store-dump-path',
'nix3-store-gc', 'nix3-store-gc',
'nix3-store-info',
'nix3-store-ls', 'nix3-store-ls',
'nix3-store-make-content-addressed', 'nix3-store-make-content-addressed',
'nix3-store', 'nix3-store',