diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile index 5c7659eb839d..725aaad3dcab 100644 --- a/sysutils/nix/Makefile +++ b/sysutils/nix/Makefile @@ -1,91 +1,94 @@ PORTNAME= nix DISTVERSION= 2.32.4 PORTREVISION= 1 CATEGORIES= sysutils PATCH_SITES= https://github.com/NixOS/nix/commit/2636f50dd41fe357ec64430aeeb772328ab2d7cb.patch?dummy=/ PATCHFILES= nix-fix-build-with-mdbook-update.patch:-p1 MAINTAINER= ashish@FreeBSD.org COMMENT= Purely functional package manager WWW= https://nixos.org/nix/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ jq:textproc/jq \ nlohmann-json>=3.9:devel/nlohmann-json \ toml11>=0:devel/toml11 LIB_DEPENDS= libaws-cpp-sdk-core.so:devel/aws-sdk-cpp \ libaws-crt-cpp.so:devel/aws-crt-cpp \ libblake3.so:devel/libblake3 \ libboost_context.so:devel/boost-libs \ libbrotlienc.so:archivers/brotli \ libcpuid.so:sysutils/libcpuid \ libcurl.so:ftp/curl \ libeditline.so:devel/editline \ libgc-threaded.so:devel/boehm-gc-threaded \ libgit2.so:devel/libgit2 \ liblowdown.so:textproc/lowdown \ libsodium.so:security/libsodium USES= bison cmake:indirect compiler:c++23-lang cpe libarchive localbase \ meson ninja pkgconfig sqlite:3 ssl USE_GITHUB= yes GH_ACCOUNT= NixOS USE_LDCONFIG= yes CPE_VENDOR= nix_project MESON_ARGS= -Dbenchmarks=false \ -Dbindings=false \ -Dunit-tests=false LDFLAGS+= -L${LOCALBASE}/lib + +# file names are platform-dependent! +PORTDOCS= manual PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message GROUPS= nixbld OPTIONS_DEFINE= DOCS DOCS_USES= python:build DOCS_MESON_TRUE= doc-gen DOCS_BUILD_DEPENDS= mdbook-linkcheck>=0:textproc/mdbook-linkcheck \ mdbook>=0:textproc/mdbook \ rsync:net/rsync _STRIP_TARGETS= bin/nix bin/nix-build bin/nix-channel bin/nix-collect-garbage \ bin/nix-copy-closure bin/nix-daemon bin/nix-env \ bin/nix-instantiate bin/nix-prefetch-url bin/nix-store \ lib/libnixexpr.so lib/libnixmain.so lib/libnixstore.so \ lib/libnixutil.so lib/libnixcmd.so lib/libnixfetchers.so post-patch: ${REINPLACE_CMD} -e "/seccomp-sandboxing/s/,$$/, value : 'disabled',/" \ ${WRKSRC}/src/libstore/meson.options ${REINPLACE_CMD} -e "/^bdw_gc/s/'bdw-gc'/'bdw-gc-threaded'/" \ ${WRKSRC}/src/libexpr/meson.build ${FIND} ${WRKSRC} -type f -name meson.build | \ ${XARGS} ${GREP} -E -R -l 'Werror=(suggest-override|undef)|/dummy' | \ ${XARGS} ${REINPLACE_CMD} -E -e '/Werror=(suggest-override|undef)/d' \ -e 's,/dummy,/tmp/dummy,g' post-patch-DOCS-on: ${REINPLACE_CMD} -E -e '/(internal|external)-api-docs/d' \ ${WRKSRC}/meson.build ${FIND} ${WRKSRC} -type f -name 'book.toml.in' | ${XARGS} \ ${REINPLACE_CMD} -e "s,'python3','${PYTHON_CMD}'," \ -e 's,"python3 ,"${PYTHON_CMD} ,' \ ${WRKSRC}/src/nix-manual/meson.build post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${FILESDIR}/add-nixbld-users ${STAGEDIR}${DATADIR} @${RM} ${STAGEDIR}${PREFIX}/libexec/nix/build-remote @${RLN} ${STAGEDIR}${PREFIX}/bin/nix ${STAGEDIR}${PREFIX}/libexec/nix/build-remote @cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} ${_STRIP_TARGETS} .include diff --git a/sysutils/nix/files/patch-nix-meson-build-support_libatomic_meson.build b/sysutils/nix/files/patch-nix-meson-build-support_libatomic_meson.build new file mode 100644 index 000000000000..502cf35d600b --- /dev/null +++ b/sysutils/nix/files/patch-nix-meson-build-support_libatomic_meson.build @@ -0,0 +1,12 @@ +--- nix-meson-build-support/libatomic/meson.build.orig 2026-01-24 14:43:21 UTC ++++ nix-meson-build-support/libatomic/meson.build +@@ -3,6 +3,6 @@ + # This is needed for std::atomic on some platforms + # We did not manage to test this reliably on all platforms, so we hardcode + # it for now. +-if host_machine.cpu_family() in [ 'arm', 'ppc' ] +- deps_other += cxx.find_library('atomic') +-endif ++#if host_machine.cpu_family() in [ 'arm', 'ppc' ] ++# deps_other += cxx.find_library('atomic') ++#endif diff --git a/sysutils/nix/pkg-plist b/sysutils/nix/pkg-plist index fb6fd05691c7..43a17c1e16a1 100644 --- a/sysutils/nix/pkg-plist +++ b/sysutils/nix/pkg-plist @@ -1,801 +1,450 @@ bin/nix bin/nix-build bin/nix-channel bin/nix-collect-garbage bin/nix-copy-closure bin/nix-daemon bin/nix-env bin/nix-hash bin/nix-instantiate bin/nix-prefetch-url bin/nix-shell bin/nix-store etc/profile.d/nix-daemon.fish etc/profile.d/nix-daemon.sh etc/profile.d/nix.fish etc/profile.d/nix.sh etc/rc.d/nix-daemon include/nix/cmd/built-path.hh include/nix/cmd/command-installable-value.hh include/nix/cmd/command.hh include/nix/cmd/common-eval-args.hh include/nix/cmd/compatibility-settings.hh include/nix/cmd/editor-for.hh include/nix/cmd/installable-attr-path.hh include/nix/cmd/installable-derived-path.hh include/nix/cmd/installable-flake.hh include/nix/cmd/installable-value.hh include/nix/cmd/installables.hh include/nix/cmd/legacy.hh include/nix/cmd/markdown.hh include/nix/cmd/misc-store-flags.hh include/nix/cmd/network-proxy.hh include/nix/cmd/repl-interacter.hh include/nix/cmd/repl.hh include/nix/expr/attr-path.hh include/nix/expr/attr-set.hh include/nix/expr/config.hh include/nix/expr/counter.hh include/nix/expr/eval-cache.hh include/nix/expr/eval-error.hh include/nix/expr/eval-gc.hh include/nix/expr/eval-inline.hh include/nix/expr/eval-profiler-settings.hh include/nix/expr/eval-profiler.hh include/nix/expr/eval-settings.hh include/nix/expr/eval.hh include/nix/expr/function-trace.hh include/nix/expr/gc-small-vector.hh include/nix/expr/get-drvs.hh include/nix/expr/json-to-value.hh include/nix/expr/nixexpr.hh include/nix/expr/parser-state.hh include/nix/expr/primops.hh include/nix/expr/print-ambiguous.hh include/nix/expr/print-options.hh include/nix/expr/print.hh include/nix/expr/repl-exit-status.hh include/nix/expr/search-path.hh include/nix/expr/symbol-table.hh include/nix/expr/value-to-json.hh include/nix/expr/value-to-xml.hh include/nix/expr/value.hh include/nix/expr/value/context.hh include/nix/fetchers/attrs.hh include/nix/fetchers/cache.hh include/nix/fetchers/fetch-settings.hh include/nix/fetchers/fetch-to-store.hh include/nix/fetchers/fetchers.hh include/nix/fetchers/filtering-source-accessor.hh include/nix/fetchers/git-lfs-fetch.hh include/nix/fetchers/git-utils.hh include/nix/fetchers/input-cache.hh include/nix/fetchers/registry.hh include/nix/fetchers/tarball.hh include/nix/flake/flake.hh include/nix/flake/flakeref.hh include/nix/flake/lockfile.hh include/nix/flake/settings.hh include/nix/flake/url-name.hh include/nix/lexer-tab.cc include/nix/lexer-tab.hh include/nix/main/common-args.hh include/nix/main/loggers.hh include/nix/main/plugin.hh include/nix/main/progress-bar.hh include/nix/main/shared.hh include/nix/parser-tab.cc include/nix/parser-tab.hh include/nix/store/aws-creds.hh include/nix/store/binary-cache-store.hh include/nix/store/build-result.hh include/nix/store/build/child.hh include/nix/store/build/derivation-builder.hh include/nix/store/build/derivation-building-goal.hh include/nix/store/build/derivation-building-misc.hh include/nix/store/build/derivation-env-desugar.hh include/nix/store/build/derivation-goal.hh include/nix/store/build/derivation-trampoline-goal.hh include/nix/store/build/drv-output-substitution-goal.hh include/nix/store/build/goal.hh include/nix/store/build/hook-instance.hh include/nix/store/build/substitution-goal.hh include/nix/store/build/worker.hh include/nix/store/builtins.hh include/nix/store/builtins/buildenv.hh include/nix/store/common-protocol-impl.hh include/nix/store/common-protocol.hh include/nix/store/common-ssh-store-config.hh include/nix/store/config.hh include/nix/store/content-address.hh include/nix/store/daemon.hh include/nix/store/derivation-options.hh include/nix/store/derivations.hh include/nix/store/derived-path-map.hh include/nix/store/derived-path.hh include/nix/store/downstream-placeholder.hh include/nix/store/dummy-store-impl.hh include/nix/store/dummy-store.hh include/nix/store/export-import.hh include/nix/store/filetransfer.hh include/nix/store/gc-store.hh include/nix/store/globals.hh include/nix/store/http-binary-cache-store.hh include/nix/store/indirect-root-store.hh include/nix/store/keys.hh include/nix/store/legacy-ssh-store.hh include/nix/store/length-prefixed-protocol-helper.hh include/nix/store/local-binary-cache-store.hh include/nix/store/local-fs-store.hh include/nix/store/local-overlay-store.hh include/nix/store/local-store.hh include/nix/store/log-store.hh include/nix/store/machines.hh include/nix/store/make-content-addressed.hh include/nix/store/names.hh include/nix/store/nar-accessor.hh include/nix/store/nar-info-disk-cache.hh include/nix/store/nar-info.hh include/nix/store/outputs-spec.hh include/nix/store/parsed-derivations.hh include/nix/store/path-info.hh include/nix/store/path-references.hh include/nix/store/path-regex.hh include/nix/store/path-with-outputs.hh include/nix/store/path.hh include/nix/store/pathlocks.hh include/nix/store/posix-fs-canonicalise.hh include/nix/store/profiles.hh include/nix/store/realisation.hh include/nix/store/references.hh include/nix/store/remote-fs-accessor.hh include/nix/store/remote-store-connection.hh include/nix/store/remote-store.hh include/nix/store/restricted-store.hh include/nix/store/s3-binary-cache-store.hh include/nix/store/s3-url.hh include/nix/store/s3.hh include/nix/store/serve-protocol-connection.hh include/nix/store/serve-protocol-impl.hh include/nix/store/serve-protocol.hh include/nix/store/sqlite.hh include/nix/store/ssh-store.hh include/nix/store/ssh.hh include/nix/store/store-api.hh include/nix/store/store-cast.hh include/nix/store/store-dir-config.hh include/nix/store/store-open.hh include/nix/store/store-reference.hh include/nix/store/store-registration.hh include/nix/store/uds-remote-store.hh include/nix/store/user-lock.hh include/nix/store/worker-protocol-connection.hh include/nix/store/worker-protocol-impl.hh include/nix/store/worker-protocol.hh include/nix/util/abstract-setting-to-json.hh include/nix/util/ansicolor.hh include/nix/util/archive.hh include/nix/util/args.hh include/nix/util/args/root.hh include/nix/util/array-from-string-literal.hh include/nix/util/base-n.hh include/nix/util/base-nix-32.hh include/nix/util/callback.hh include/nix/util/canon-path.hh include/nix/util/checked-arithmetic.hh include/nix/util/chunked-vector.hh include/nix/util/closure.hh include/nix/util/comparator.hh include/nix/util/compression.hh include/nix/util/compute-levels.hh include/nix/util/config-global.hh include/nix/util/config-impl.hh include/nix/util/configuration.hh include/nix/util/current-process.hh include/nix/util/english.hh include/nix/util/environment-variables.hh include/nix/util/error.hh include/nix/util/exec.hh include/nix/util/executable-path.hh include/nix/util/exit.hh include/nix/util/experimental-features.hh include/nix/util/file-content-address.hh include/nix/util/file-descriptor.hh include/nix/util/file-path-impl.hh include/nix/util/file-path.hh include/nix/util/file-system.hh include/nix/util/finally.hh include/nix/util/fmt.hh include/nix/util/freebsd-jail.hh include/nix/util/fs-sink.hh include/nix/util/git.hh include/nix/util/hash.hh include/nix/util/hilite.hh include/nix/util/json-impls.hh include/nix/util/json-non-null.hh include/nix/util/json-utils.hh include/nix/util/logging.hh include/nix/util/lru-cache.hh include/nix/util/memory-source-accessor.hh include/nix/util/monitor-fd.hh include/nix/util/mounted-source-accessor.hh include/nix/util/muxable-pipe.hh include/nix/util/os-string.hh include/nix/util/pool.hh include/nix/util/pos-idx.hh include/nix/util/pos-table.hh include/nix/util/position.hh include/nix/util/posix-source-accessor.hh include/nix/util/processes.hh include/nix/util/ref.hh include/nix/util/regex-combinators.hh include/nix/util/repair-flag.hh include/nix/util/serialise.hh include/nix/util/signals-impl.hh include/nix/util/signals.hh include/nix/util/signature/local-keys.hh include/nix/util/signature/signer.hh include/nix/util/sort.hh include/nix/util/source-accessor.hh include/nix/util/source-path.hh include/nix/util/split.hh include/nix/util/std-hash.hh include/nix/util/strings-inline.hh include/nix/util/strings.hh include/nix/util/suggestions.hh include/nix/util/sync.hh include/nix/util/tarfile.hh include/nix/util/terminal.hh include/nix/util/thread-pool.hh include/nix/util/topo-sort.hh include/nix/util/types.hh include/nix/util/unix-domain-socket.hh include/nix/util/url-parts.hh include/nix/util/url.hh include/nix/util/users.hh include/nix/util/util.hh include/nix/util/variant-wrapper.hh include/nix/util/xml-writer.hh include/nix_api_expr.h include/nix_api_expr_internal.h include/nix_api_external.h include/nix_api_fetchers.h include/nix_api_fetchers_internal.hh include/nix_api_flake.h include/nix_api_flake_internal.hh include/nix_api_main.h include/nix_api_store.h include/nix_api_store_internal.h include/nix_api_util.h include/nix_api_util_internal.h include/nix_api_value.h lib/libnixcmd.so lib/libnixcmd.so.%%PORTVERSION%% lib/libnixexpr.so lib/libnixexpr.so.%%PORTVERSION%% lib/libnixexprc.so lib/libnixexprc.so.%%PORTVERSION%% lib/libnixfetchers.so lib/libnixfetchers.so.%%PORTVERSION%% lib/libnixfetchersc.so lib/libnixfetchersc.so.%%PORTVERSION%% lib/libnixflake.so lib/libnixflake.so.%%PORTVERSION%% lib/libnixflakec.so lib/libnixflakec.so.%%PORTVERSION%% lib/libnixmain.so lib/libnixmain.so.%%PORTVERSION%% lib/libnixmainc.so lib/libnixmainc.so.%%PORTVERSION%% lib/libnixstore.so lib/libnixstore.so.%%PORTVERSION%% lib/libnixstorec.so lib/libnixstorec.so.%%PORTVERSION%% lib/libnixutil.so lib/libnixutil.so.%%PORTVERSION%% lib/libnixutilc.so lib/libnixutilc.so.%%PORTVERSION%% libdata/pkgconfig/nix-cmd.pc libdata/pkgconfig/nix-expr-c.pc libdata/pkgconfig/nix-expr.pc libdata/pkgconfig/nix-fetchers-c.pc libdata/pkgconfig/nix-fetchers.pc libdata/pkgconfig/nix-flake-c.pc libdata/pkgconfig/nix-flake.pc libdata/pkgconfig/nix-main-c.pc libdata/pkgconfig/nix-main.pc libdata/pkgconfig/nix-store-c.pc libdata/pkgconfig/nix-store.pc libdata/pkgconfig/nix-util-c.pc libdata/pkgconfig/nix-util.pc libexec/nix/build-remote share/bash-completion/completions/nix share/fish/vendor_completions.d/nix.fish %%DATADIR%%/add-nixbld-users share/zsh/site-functions/_nix share/zsh/site-functions/run-help-nix -%%PORTDOCS%%%%DOCSDIR%%/manual/.nojekyll -%%PORTDOCS%%%%DOCSDIR%%/manual/404.html -%%PORTDOCS%%%%DOCSDIR%%/manual/SUMMARY.md.in -%%PORTDOCS%%%%DOCSDIR%%/manual/_redirects -%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/cores-vs-jobs.html -%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/diff-hook.html -%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/distributed-builds.html -%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/eval-profiler.html -%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/post-build-hook.html -%%PORTDOCS%%%%DOCSDIR%%/manual/architecture/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ayu-highlight-3fdfc3ac.css -%%PORTDOCS%%%%DOCSDIR%%/manual/book-a0b12cfe.js -%%PORTDOCS%%%%DOCSDIR%%/manual/c-api.html -%%PORTDOCS%%%%DOCSDIR%%/manual/clipboard-1626706a.min.js -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/conf-file.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/env-common.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/experimental-commands.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/channels.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/default-nix-expression.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/manifest.json.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/manifest.nix.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/files/profiles.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/main-commands.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-build.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-bundle.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-config-check.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-config-show.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-config.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-copy.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-daemon.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-derivation-add.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-derivation-show.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-derivation.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-develop.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-edit.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-env-shell.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-env.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-eval.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-archive.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-check.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-clone.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-info.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-init.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-lock.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-metadata.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-new.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-prefetch-inputs.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-prefetch.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-show.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake-update.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-flake.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-fmt.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-formatter-build.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-formatter-run.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-formatter.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-convert.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-file.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-to-base16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-to-base32.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-to-base64.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash-to-sri.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-hash.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-help-stores.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-help.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-key-convert-secret-to-public.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-key-generate-secret.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-key.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-log.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar-cat.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar-dump-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar-ls.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar-pack.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-nar.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-path-info.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-print-dev-env.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-add.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-diff-closures.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-history.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-list.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-remove.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-rollback.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-upgrade.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile-wipe-history.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-profile.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-realisation-info.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-realisation.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry-add.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry-list.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry-pin.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry-remove.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-registry.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-repl.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-run.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-search.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-add-file.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-add-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-add.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-cat.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-copy-log.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-copy-sigs.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-delete.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-diff-closures.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-dump-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-gc.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-info.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-ls.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-make-content-addressed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-optimise.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-path-from-hash-part.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-prefetch-file.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-repair.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-sign.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store-verify.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-upgrade-nix.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/new-cli/nix3-why-depends.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-build.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-channel.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-collect-garbage.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-copy-closure.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-daemon.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/delete-generations.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/install.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/list-generations.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/query.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/rollback.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/set-flag.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/set.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/switch-generation.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/switch-profile.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/uninstall.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-env/upgrade.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-hash.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-instantiate.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-prefetch-url.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-shell.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/add-fixed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/add.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/delete.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/dump-db.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/dump.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/export.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/gc.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/generate-binary-cache-key.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/import.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/load-db.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/optimise.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/print-env.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/query.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/read-log.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/realise.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/repair-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/restore.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/serve.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/verify-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/nix-store/verify.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/opt-common.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/utilities.html -%%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/xp-features.json -%%PORTDOCS%%%%DOCSDIR%%/manual/css/chrome-ae938929.css -%%PORTDOCS%%%%DOCSDIR%%/manual/css/general-2459343d.css -%%PORTDOCS%%%%DOCSDIR%%/manual/css/print-9e4910d8.css -%%PORTDOCS%%%%DOCSDIR%%/manual/css/variables-8adf115d.css -%%PORTDOCS%%%%DOCSDIR%%/manual/custom-80d08c7f.css -%%PORTDOCS%%%%DOCSDIR%%/manual/development/benchmarking.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/building.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/cli-guideline.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/contributing.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/cxx.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/debugging.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/documentation.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/experimental-features.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/json-guideline.html -%%PORTDOCS%%%%DOCSDIR%%/manual/development/testing.html -%%PORTDOCS%%%%DOCSDIR%%/manual/elasticlunr-ef4e11c1.min.js -%%PORTDOCS%%%%DOCSDIR%%/manual/favicon-8114d1fc.png -%%PORTDOCS%%%%DOCSDIR%%/manual/favicon-de23e50b.svg -%%PORTDOCS%%%%DOCSDIR%%/manual/favicon.png -%%PORTDOCS%%%%DOCSDIR%%/manual/favicon.svg -%%PORTDOCS%%%%DOCSDIR%%/manual/figures/user-environments.png -%%PORTDOCS%%%%DOCSDIR%%/manual/figures/user-environments.sxd -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/OPEN-SANS-LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/SOURCE-CODE-PRO-LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/fonts-9644e21d.css -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-300-7736aa35.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-300italic-2c7b95c0.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-600-486c6759.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-600italic-1a3e8659.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-700-c22fe8c7.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-700italic-238ae959.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-800-3d2c812a.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-800italic-ba1521ec.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-italic-6c9463f7.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-regular-2e3b1d34.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/source-code-pro-v11-all-charsets-500-2bdd9410.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/manual/highlight-493f70e1.css -%%PORTDOCS%%%%DOCSDIR%%/manual/highlight-862e895d.js -%%PORTDOCS%%%%DOCSDIR%%/manual/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/building-source.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/env-variables.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/installing-binary.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/installing-docker.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/installing-source.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/multi-user.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/nix-security.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/obtaining-source.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/prerequisites-source.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/single-user.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/supported-platforms.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/uninstall.html -%%PORTDOCS%%%%DOCSDIR%%/manual/installation/upgrading.html -%%PORTDOCS%%%%DOCSDIR%%/manual/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/advanced-attributes.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/builtins.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/constructs/lookup-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/derivations.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/evaluation.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/identifiers.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/import-from-derivation.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/operators.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/scope.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/string-context.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/string-interpolation.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/string-literals.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/syntax.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/types.html -%%PORTDOCS%%%%DOCSDIR%%/manual/language/variables.html -%%PORTDOCS%%%%DOCSDIR%%/manual/mark-09e88c2c.min.js -%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/binary-cache-substituter.html -%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/garbage-collection.html -%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/garbage-collector-roots.html -%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/profiles.html -%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/sharing-packages.html -%%PORTDOCS%%%%DOCSDIR%%/manual/package-management/ssh-substituter.html -%%PORTDOCS%%%%DOCSDIR%%/manual/print.html -%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/derivation-aterm.html -%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/json/derivation.html -%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/json/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/json/store-object-info.html -%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/nix-archive.html -%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/store-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/protocols/tarball-fetcher.html -%%PORTDOCS%%%%DOCSDIR%%/manual/quick-start.html -%%PORTDOCS%%%%DOCSDIR%%/manual/redirects-4afb32ee.js -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.10.1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.8.1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.9.1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.9.2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.0.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.11.10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.5.2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.6.1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-1.9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.0.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.21.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.22.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.23.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.24.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.25.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.26.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.27.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.28.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.29.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.30.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.31.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.32.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-next.html -%%PORTDOCS%%%%DOCSDIR%%/manual/searcher-c2a407aa.js -%%PORTDOCS%%%%DOCSDIR%%/manual/searchindex-4c88e1df.js -%%PORTDOCS%%%%DOCSDIR%%/manual/store/building.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/outputs/content-address.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/outputs/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/outputs/input-address.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/file-system-object.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/file-system-object/content-address.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/store-object.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/store-object/content-address.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/store-path.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/dummy-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/experimental-local-overlay-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/experimental-ssh-store-with-filesystem-mounted.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/experimental-ssh-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/http-binary-cache-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/index.md.in -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/local-binary-cache-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/local-daemon-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/local-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/s3-binary-cache-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/store/types/ssh-store.html -%%PORTDOCS%%%%DOCSDIR%%/manual/toc.html -%%PORTDOCS%%%%DOCSDIR%%/manual/toc-72f89b39.js -%%PORTDOCS%%%%DOCSDIR%%/manual/tomorrow-night-4c0ae647.css %%PORTDOCS%%share/man/man1/nix-build.1.gz %%PORTDOCS%%share/man/man1/nix-channel.1.gz %%PORTDOCS%%share/man/man1/nix-collect-garbage.1.gz %%PORTDOCS%%share/man/man1/nix-copy-closure.1.gz %%PORTDOCS%%share/man/man1/nix-env-delete-generations.1.gz %%PORTDOCS%%share/man/man1/nix-env-install.1.gz %%PORTDOCS%%share/man/man1/nix-env-list-generations.1.gz %%PORTDOCS%%share/man/man1/nix-env-query.1.gz %%PORTDOCS%%share/man/man1/nix-env-rollback.1.gz %%PORTDOCS%%share/man/man1/nix-env-set-flag.1.gz %%PORTDOCS%%share/man/man1/nix-env-set.1.gz %%PORTDOCS%%share/man/man1/nix-env-switch-generation.1.gz %%PORTDOCS%%share/man/man1/nix-env-switch-profile.1.gz %%PORTDOCS%%share/man/man1/nix-env-uninstall.1.gz %%PORTDOCS%%share/man/man1/nix-env-upgrade.1.gz %%PORTDOCS%%share/man/man1/nix-env.1.gz %%PORTDOCS%%share/man/man1/nix-hash.1.gz %%PORTDOCS%%share/man/man1/nix-instantiate.1.gz %%PORTDOCS%%share/man/man1/nix-prefetch-url.1.gz %%PORTDOCS%%share/man/man1/nix-shell.1.gz %%PORTDOCS%%share/man/man1/nix-store-add-fixed.1.gz %%PORTDOCS%%share/man/man1/nix-store-add.1.gz %%PORTDOCS%%share/man/man1/nix-store-delete.1.gz %%PORTDOCS%%share/man/man1/nix-store-dump-db.1.gz %%PORTDOCS%%share/man/man1/nix-store-dump.1.gz %%PORTDOCS%%share/man/man1/nix-store-export.1.gz %%PORTDOCS%%share/man/man1/nix-store-gc.1.gz %%PORTDOCS%%share/man/man1/nix-store-generate-binary-cache-key.1.gz %%PORTDOCS%%share/man/man1/nix-store-import.1.gz %%PORTDOCS%%share/man/man1/nix-store-load-db.1.gz %%PORTDOCS%%share/man/man1/nix-store-optimise.1.gz %%PORTDOCS%%share/man/man1/nix-store-print-env.1.gz %%PORTDOCS%%share/man/man1/nix-store-query.1.gz %%PORTDOCS%%share/man/man1/nix-store-read-log.1.gz %%PORTDOCS%%share/man/man1/nix-store-realise.1.gz %%PORTDOCS%%share/man/man1/nix-store-repair-path.1.gz %%PORTDOCS%%share/man/man1/nix-store-restore.1.gz %%PORTDOCS%%share/man/man1/nix-store-serve.1.gz %%PORTDOCS%%share/man/man1/nix-store-verify-path.1.gz %%PORTDOCS%%share/man/man1/nix-store-verify.1.gz %%PORTDOCS%%share/man/man1/nix-store.1.gz %%PORTDOCS%%share/man/man1/nix.1.gz %%PORTDOCS%%share/man/man1/nix3-build.1.gz %%PORTDOCS%%share/man/man1/nix3-bundle.1.gz %%PORTDOCS%%share/man/man1/nix3-config-check.1.gz %%PORTDOCS%%share/man/man1/nix3-config-show.1.gz %%PORTDOCS%%share/man/man1/nix3-config.1.gz %%PORTDOCS%%share/man/man1/nix3-copy.1.gz %%PORTDOCS%%share/man/man1/nix3-daemon.1.gz %%PORTDOCS%%share/man/man1/nix3-derivation-add.1.gz %%PORTDOCS%%share/man/man1/nix3-derivation-show.1.gz %%PORTDOCS%%share/man/man1/nix3-derivation.1.gz %%PORTDOCS%%share/man/man1/nix3-develop.1.gz %%PORTDOCS%%share/man/man1/nix3-edit.1.gz %%PORTDOCS%%share/man/man1/nix3-env-shell.1.gz %%PORTDOCS%%share/man/man1/nix3-eval.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-archive.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-check.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-clone.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-info.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-init.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-lock.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-metadata.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-new.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-prefetch.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-show.1.gz %%PORTDOCS%%share/man/man1/nix3-flake-update.1.gz %%PORTDOCS%%share/man/man1/nix3-flake.1.gz %%PORTDOCS%%share/man/man1/nix3-fmt.1.gz %%PORTDOCS%%share/man/man1/nix3-hash-convert.1.gz %%PORTDOCS%%share/man/man1/nix3-hash-file.1.gz %%PORTDOCS%%share/man/man1/nix3-hash-path.1.gz %%PORTDOCS%%share/man/man1/nix3-hash-to-base16.1.gz %%PORTDOCS%%share/man/man1/nix3-hash-to-base32.1.gz %%PORTDOCS%%share/man/man1/nix3-hash-to-base64.1.gz %%PORTDOCS%%share/man/man1/nix3-hash-to-sri.1.gz %%PORTDOCS%%share/man/man1/nix3-hash.1.gz %%PORTDOCS%%share/man/man1/nix3-help-stores.1.gz %%PORTDOCS%%share/man/man1/nix3-help.1.gz %%PORTDOCS%%share/man/man1/nix3-key-convert-secret-to-public.1.gz %%PORTDOCS%%share/man/man1/nix3-key-generate-secret.1.gz %%PORTDOCS%%share/man/man1/nix3-key.1.gz %%PORTDOCS%%share/man/man1/nix3-log.1.gz %%PORTDOCS%%share/man/man1/nix3-nar-cat.1.gz %%PORTDOCS%%share/man/man1/nix3-nar-dump-path.1.gz %%PORTDOCS%%share/man/man1/nix3-nar-ls.1.gz %%PORTDOCS%%share/man/man1/nix3-nar-pack.1.gz %%PORTDOCS%%share/man/man1/nix3-nar.1.gz %%PORTDOCS%%share/man/man1/nix3-path-info.1.gz %%PORTDOCS%%share/man/man1/nix3-print-dev-env.1.gz %%PORTDOCS%%share/man/man1/nix3-profile-add.1.gz %%PORTDOCS%%share/man/man1/nix3-profile-diff-closures.1.gz %%PORTDOCS%%share/man/man1/nix3-profile-history.1.gz %%PORTDOCS%%share/man/man1/nix3-profile-list.1.gz %%PORTDOCS%%share/man/man1/nix3-profile-remove.1.gz %%PORTDOCS%%share/man/man1/nix3-profile-rollback.1.gz %%PORTDOCS%%share/man/man1/nix3-profile-upgrade.1.gz %%PORTDOCS%%share/man/man1/nix3-profile-wipe-history.1.gz %%PORTDOCS%%share/man/man1/nix3-profile.1.gz %%PORTDOCS%%share/man/man1/nix3-realisation-info.1.gz %%PORTDOCS%%share/man/man1/nix3-realisation.1.gz %%PORTDOCS%%share/man/man1/nix3-registry-add.1.gz %%PORTDOCS%%share/man/man1/nix3-registry-list.1.gz %%PORTDOCS%%share/man/man1/nix3-registry-pin.1.gz %%PORTDOCS%%share/man/man1/nix3-registry-remove.1.gz %%PORTDOCS%%share/man/man1/nix3-registry.1.gz %%PORTDOCS%%share/man/man1/nix3-repl.1.gz %%PORTDOCS%%share/man/man1/nix3-run.1.gz %%PORTDOCS%%share/man/man1/nix3-search.1.gz %%PORTDOCS%%share/man/man1/nix3-store-add-file.1.gz %%PORTDOCS%%share/man/man1/nix3-store-add-path.1.gz %%PORTDOCS%%share/man/man1/nix3-store-add.1.gz %%PORTDOCS%%share/man/man1/nix3-store-cat.1.gz %%PORTDOCS%%share/man/man1/nix3-store-copy-log.1.gz %%PORTDOCS%%share/man/man1/nix3-store-copy-sigs.1.gz %%PORTDOCS%%share/man/man1/nix3-store-delete.1.gz %%PORTDOCS%%share/man/man1/nix3-store-diff-closures.1.gz %%PORTDOCS%%share/man/man1/nix3-store-dump-path.1.gz %%PORTDOCS%%share/man/man1/nix3-store-gc.1.gz %%PORTDOCS%%share/man/man1/nix3-store-info.1.gz %%PORTDOCS%%share/man/man1/nix3-store-ls.1.gz %%PORTDOCS%%share/man/man1/nix3-store-make-content-addressed.1.gz %%PORTDOCS%%share/man/man1/nix3-store-optimise.1.gz %%PORTDOCS%%share/man/man1/nix3-store-path-from-hash-part.1.gz %%PORTDOCS%%share/man/man1/nix3-store-prefetch-file.1.gz %%PORTDOCS%%share/man/man1/nix3-store-repair.1.gz %%PORTDOCS%%share/man/man1/nix3-store-sign.1.gz %%PORTDOCS%%share/man/man1/nix3-store-verify.1.gz %%PORTDOCS%%share/man/man1/nix3-store.1.gz %%PORTDOCS%%share/man/man1/nix3-upgrade-nix.1.gz %%PORTDOCS%%share/man/man1/nix3-why-depends.1.gz %%PORTDOCS%%share/man/man5/nix-profiles.5.gz %%PORTDOCS%%share/man/man5/nix.conf.5.gz %%PORTDOCS%%share/man/man8/nix-daemon.8.gz