notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
nix Purely functional package manager
2.32.1 sysutils on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.31.1Version of this port present on the latest quarterly branch.
Maintainer: ashish@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-25 12:55:17
Last Update: 2025-10-21 16:08:50
Commit Hash: f588d96
People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
License: LGPL21
WWW:
https://nixos.org/nix/
Description:
Nix is a purely functional package manager. This means that it treats packages like values in purely functional programming languages such as Haskell -- they are built by functions that don't have side-effects, and they never change after they have been built. Nix stores packages in the Nix store, usually the directory /nix/store, where each package has its own unique subdirectory such as /nix/store/b6gvzjyb2pg0kjfwrjmg1vfhh54ad73z-firefox-33.1/ where b6gvzjyb2pg0... is a unique identifier for the package that captures all its dependencies (it's a cryptographic hash of the package's build dependency graph). This enables many powerful features.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (813 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/nix-2.32.1/catalog.mk
  3. /usr/local/share/licenses/nix-2.32.1/LICENSE
  4. /usr/local/share/licenses/nix-2.32.1/LGPL21
  5. bin/nix
  6. bin/nix-build
  7. bin/nix-channel
  8. bin/nix-collect-garbage
  9. bin/nix-copy-closure
  10. bin/nix-daemon
  11. bin/nix-env
  12. bin/nix-hash
  13. bin/nix-instantiate
  14. bin/nix-prefetch-url
  15. bin/nix-shell
  16. bin/nix-store
  17. etc/profile.d/nix-daemon.fish
  18. etc/profile.d/nix-daemon.sh
  19. etc/profile.d/nix.fish
  20. etc/profile.d/nix.sh
  21. etc/rc.d/nix-daemon
  22. include/nix/cmd/built-path.hh
  23. include/nix/cmd/command-installable-value.hh
  24. include/nix/cmd/command.hh
  25. include/nix/cmd/common-eval-args.hh
  26. include/nix/cmd/compatibility-settings.hh
  27. include/nix/cmd/editor-for.hh
  28. include/nix/cmd/installable-attr-path.hh
  29. include/nix/cmd/installable-derived-path.hh
  30. include/nix/cmd/installable-flake.hh
  31. include/nix/cmd/installable-value.hh
  32. include/nix/cmd/installables.hh
  33. include/nix/cmd/legacy.hh
  34. include/nix/cmd/markdown.hh
  35. include/nix/cmd/misc-store-flags.hh
  36. include/nix/cmd/network-proxy.hh
  37. include/nix/cmd/repl-interacter.hh
  38. include/nix/cmd/repl.hh
  39. include/nix/expr/attr-path.hh
  40. include/nix/expr/attr-set.hh
  41. include/nix/expr/config.hh
  42. include/nix/expr/counter.hh
  43. include/nix/expr/eval-cache.hh
  44. include/nix/expr/eval-error.hh
  45. include/nix/expr/eval-gc.hh
  46. include/nix/expr/eval-inline.hh
  47. include/nix/expr/eval-profiler-settings.hh
  48. include/nix/expr/eval-profiler.hh
  49. include/nix/expr/eval-settings.hh
  50. include/nix/expr/eval.hh
  51. include/nix/expr/function-trace.hh
  52. include/nix/expr/gc-small-vector.hh
  53. include/nix/expr/get-drvs.hh
  54. include/nix/expr/json-to-value.hh
  55. include/nix/expr/nixexpr.hh
  56. include/nix/expr/parser-state.hh
  57. include/nix/expr/primops.hh
  58. include/nix/expr/print-ambiguous.hh
  59. include/nix/expr/print-options.hh
  60. include/nix/expr/print.hh
  61. include/nix/expr/repl-exit-status.hh
  62. include/nix/expr/search-path.hh
  63. include/nix/expr/symbol-table.hh
  64. include/nix/expr/value-to-json.hh
  65. include/nix/expr/value-to-xml.hh
  66. include/nix/expr/value.hh
  67. include/nix/expr/value/context.hh
  68. include/nix/fetchers/attrs.hh
  69. include/nix/fetchers/cache.hh
  70. include/nix/fetchers/fetch-settings.hh
  71. include/nix/fetchers/fetch-to-store.hh
  72. include/nix/fetchers/fetchers.hh
  73. include/nix/fetchers/filtering-source-accessor.hh
  74. include/nix/fetchers/git-lfs-fetch.hh
  75. include/nix/fetchers/git-utils.hh
  76. include/nix/fetchers/input-cache.hh
  77. include/nix/fetchers/registry.hh
  78. include/nix/fetchers/tarball.hh
  79. include/nix/flake/flake.hh
  80. include/nix/flake/flakeref.hh
  81. include/nix/flake/lockfile.hh
  82. include/nix/flake/settings.hh
  83. include/nix/flake/url-name.hh
  84. include/nix/lexer-tab.cc
  85. include/nix/lexer-tab.hh
  86. include/nix/main/common-args.hh
  87. include/nix/main/loggers.hh
  88. include/nix/main/plugin.hh
  89. include/nix/main/progress-bar.hh
  90. include/nix/main/shared.hh
  91. include/nix/parser-tab.cc
  92. include/nix/parser-tab.hh
  93. include/nix/store/aws-creds.hh
  94. include/nix/store/binary-cache-store.hh
  95. include/nix/store/build-result.hh
  96. include/nix/store/build/child.hh
  97. include/nix/store/build/derivation-builder.hh
  98. include/nix/store/build/derivation-building-goal.hh
  99. include/nix/store/build/derivation-building-misc.hh
  100. include/nix/store/build/derivation-env-desugar.hh
  101. include/nix/store/build/derivation-goal.hh
  102. include/nix/store/build/derivation-trampoline-goal.hh
  103. include/nix/store/build/drv-output-substitution-goal.hh
  104. include/nix/store/build/goal.hh
  105. include/nix/store/build/hook-instance.hh
  106. include/nix/store/build/substitution-goal.hh
  107. include/nix/store/build/worker.hh
  108. include/nix/store/builtins.hh
  109. include/nix/store/builtins/buildenv.hh
  110. include/nix/store/common-protocol-impl.hh
  111. include/nix/store/common-protocol.hh
  112. include/nix/store/common-ssh-store-config.hh
  113. include/nix/store/config.hh
  114. include/nix/store/content-address.hh
  115. include/nix/store/daemon.hh
  116. include/nix/store/derivation-options.hh
  117. include/nix/store/derivations.hh
  118. include/nix/store/derived-path-map.hh
  119. include/nix/store/derived-path.hh
  120. include/nix/store/downstream-placeholder.hh
  121. include/nix/store/dummy-store-impl.hh
  122. include/nix/store/dummy-store.hh
  123. include/nix/store/export-import.hh
  124. include/nix/store/filetransfer.hh
  125. include/nix/store/gc-store.hh
  126. include/nix/store/globals.hh
  127. include/nix/store/http-binary-cache-store.hh
  128. include/nix/store/indirect-root-store.hh
  129. include/nix/store/keys.hh
  130. include/nix/store/legacy-ssh-store.hh
  131. include/nix/store/length-prefixed-protocol-helper.hh
  132. include/nix/store/local-binary-cache-store.hh
  133. include/nix/store/local-fs-store.hh
  134. include/nix/store/local-overlay-store.hh
  135. include/nix/store/local-store.hh
  136. include/nix/store/log-store.hh
  137. include/nix/store/machines.hh
  138. include/nix/store/make-content-addressed.hh
  139. include/nix/store/names.hh
  140. include/nix/store/nar-accessor.hh
  141. include/nix/store/nar-info-disk-cache.hh
  142. include/nix/store/nar-info.hh
  143. include/nix/store/outputs-spec.hh
  144. include/nix/store/parsed-derivations.hh
  145. include/nix/store/path-info.hh
  146. include/nix/store/path-references.hh
  147. include/nix/store/path-regex.hh
  148. include/nix/store/path-with-outputs.hh
  149. include/nix/store/path.hh
  150. include/nix/store/pathlocks.hh
  151. include/nix/store/posix-fs-canonicalise.hh
  152. include/nix/store/profiles.hh
  153. include/nix/store/realisation.hh
  154. include/nix/store/references.hh
  155. include/nix/store/remote-fs-accessor.hh
  156. include/nix/store/remote-store-connection.hh
  157. include/nix/store/remote-store.hh
  158. include/nix/store/restricted-store.hh
  159. include/nix/store/s3-binary-cache-store.hh
  160. include/nix/store/s3-url.hh
  161. include/nix/store/s3.hh
  162. include/nix/store/serve-protocol-connection.hh
  163. include/nix/store/serve-protocol-impl.hh
  164. include/nix/store/serve-protocol.hh
  165. include/nix/store/sqlite.hh
  166. include/nix/store/ssh-store.hh
  167. include/nix/store/ssh.hh
  168. include/nix/store/store-api.hh
  169. include/nix/store/store-cast.hh
  170. include/nix/store/store-dir-config.hh
  171. include/nix/store/store-open.hh
  172. include/nix/store/store-reference.hh
  173. include/nix/store/store-registration.hh
  174. include/nix/store/uds-remote-store.hh
  175. include/nix/store/user-lock.hh
  176. include/nix/store/worker-protocol-connection.hh
  177. include/nix/store/worker-protocol-impl.hh
  178. include/nix/store/worker-protocol.hh
  179. include/nix/util/abstract-setting-to-json.hh
  180. include/nix/util/ansicolor.hh
  181. include/nix/util/archive.hh
  182. include/nix/util/args.hh
  183. include/nix/util/args/root.hh
  184. include/nix/util/array-from-string-literal.hh
  185. include/nix/util/base-n.hh
  186. include/nix/util/base-nix-32.hh
  187. include/nix/util/callback.hh
  188. include/nix/util/canon-path.hh
  189. include/nix/util/checked-arithmetic.hh
  190. include/nix/util/chunked-vector.hh
  191. include/nix/util/closure.hh
  192. include/nix/util/comparator.hh
  193. include/nix/util/compression.hh
  194. include/nix/util/compute-levels.hh
  195. include/nix/util/config-global.hh
  196. include/nix/util/config-impl.hh
  197. include/nix/util/configuration.hh
  198. include/nix/util/current-process.hh
  199. include/nix/util/english.hh
  200. include/nix/util/environment-variables.hh
  201. include/nix/util/error.hh
  202. include/nix/util/exec.hh
  203. include/nix/util/executable-path.hh
  204. include/nix/util/exit.hh
  205. include/nix/util/experimental-features.hh
  206. include/nix/util/file-content-address.hh
  207. include/nix/util/file-descriptor.hh
  208. include/nix/util/file-path-impl.hh
  209. include/nix/util/file-path.hh
  210. include/nix/util/file-system.hh
  211. include/nix/util/finally.hh
  212. include/nix/util/fmt.hh
  213. include/nix/util/freebsd-jail.hh
  214. include/nix/util/fs-sink.hh
  215. include/nix/util/git.hh
  216. include/nix/util/hash.hh
  217. include/nix/util/hilite.hh
  218. include/nix/util/json-impls.hh
  219. include/nix/util/json-non-null.hh
  220. include/nix/util/json-utils.hh
  221. include/nix/util/logging.hh
  222. include/nix/util/lru-cache.hh
  223. include/nix/util/memory-source-accessor.hh
  224. include/nix/util/monitor-fd.hh
  225. include/nix/util/mounted-source-accessor.hh
  226. include/nix/util/muxable-pipe.hh
  227. include/nix/util/os-string.hh
  228. include/nix/util/pool.hh
  229. include/nix/util/pos-idx.hh
  230. include/nix/util/pos-table.hh
  231. include/nix/util/position.hh
  232. include/nix/util/posix-source-accessor.hh
  233. include/nix/util/processes.hh
  234. include/nix/util/ref.hh
  235. include/nix/util/regex-combinators.hh
  236. include/nix/util/repair-flag.hh
  237. include/nix/util/serialise.hh
  238. include/nix/util/signals-impl.hh
  239. include/nix/util/signals.hh
  240. include/nix/util/signature/local-keys.hh
  241. include/nix/util/signature/signer.hh
  242. include/nix/util/sort.hh
  243. include/nix/util/source-accessor.hh
  244. include/nix/util/source-path.hh
  245. include/nix/util/split.hh
  246. include/nix/util/std-hash.hh
  247. include/nix/util/strings-inline.hh
  248. include/nix/util/strings.hh
  249. include/nix/util/suggestions.hh
  250. include/nix/util/sync.hh
  251. include/nix/util/tarfile.hh
  252. include/nix/util/terminal.hh
  253. include/nix/util/thread-pool.hh
  254. include/nix/util/topo-sort.hh
  255. include/nix/util/types.hh
  256. include/nix/util/unix-domain-socket.hh
  257. include/nix/util/url-parts.hh
  258. include/nix/util/url.hh
  259. include/nix/util/users.hh
  260. include/nix/util/util.hh
  261. include/nix/util/variant-wrapper.hh
  262. include/nix/util/xml-writer.hh
  263. include/nix_api_expr.h
  264. include/nix_api_expr_internal.h
  265. include/nix_api_external.h
  266. include/nix_api_fetchers.h
  267. include/nix_api_fetchers_internal.hh
  268. include/nix_api_flake.h
  269. include/nix_api_flake_internal.hh
  270. include/nix_api_main.h
  271. include/nix_api_store.h
  272. include/nix_api_store_internal.h
  273. include/nix_api_util.h
  274. include/nix_api_util_internal.h
  275. include/nix_api_value.h
  276. lib/libnixcmd.so
  277. lib/libnixcmd.so.2.32.1
  278. lib/libnixexpr.so
  279. lib/libnixexpr.so.2.32.1
  280. lib/libnixexprc.so
  281. lib/libnixexprc.so.2.32.1
  282. lib/libnixfetchers.so
  283. lib/libnixfetchers.so.2.32.1
  284. lib/libnixfetchersc.so
  285. lib/libnixfetchersc.so.2.32.1
  286. lib/libnixflake.so
  287. lib/libnixflake.so.2.32.1
  288. lib/libnixflakec.so
  289. lib/libnixflakec.so.2.32.1
  290. lib/libnixmain.so
  291. lib/libnixmain.so.2.32.1
  292. lib/libnixmainc.so
  293. lib/libnixmainc.so.2.32.1
  294. lib/libnixstore.so
  295. lib/libnixstore.so.2.32.1
  296. lib/libnixstorec.so
  297. lib/libnixstorec.so.2.32.1
  298. lib/libnixutil.so
  299. lib/libnixutil.so.2.32.1
  300. lib/libnixutilc.so
  301. lib/libnixutilc.so.2.32.1
  302. libdata/pkgconfig/nix-cmd.pc
  303. libdata/pkgconfig/nix-expr-c.pc
  304. libdata/pkgconfig/nix-expr.pc
  305. libdata/pkgconfig/nix-fetchers-c.pc
  306. libdata/pkgconfig/nix-fetchers.pc
  307. libdata/pkgconfig/nix-flake-c.pc
  308. libdata/pkgconfig/nix-flake.pc
  309. libdata/pkgconfig/nix-main-c.pc
  310. libdata/pkgconfig/nix-main.pc
  311. libdata/pkgconfig/nix-store-c.pc
  312. libdata/pkgconfig/nix-store.pc
  313. libdata/pkgconfig/nix-util-c.pc
  314. libdata/pkgconfig/nix-util.pc
  315. libexec/nix/build-remote
  316. share/bash-completion/completions/nix
  317. share/fish/vendor_completions.d/nix.fish
  318. share/nix/add-nixbld-users
  319. share/zsh/site-functions/_nix
  320. share/zsh/site-functions/run-help-nix
  321. share/doc/nix/manual/.nojekyll
  322. share/doc/nix/manual/404.html
  323. share/doc/nix/manual/FontAwesome/css/font-awesome.css
  324. share/doc/nix/manual/FontAwesome/fonts/FontAwesome.ttf
  325. share/doc/nix/manual/FontAwesome/fonts/fontawesome-webfont.eot
  326. share/doc/nix/manual/FontAwesome/fonts/fontawesome-webfont.svg
  327. share/doc/nix/manual/FontAwesome/fonts/fontawesome-webfont.ttf
  328. share/doc/nix/manual/FontAwesome/fonts/fontawesome-webfont.woff
  329. share/doc/nix/manual/FontAwesome/fonts/fontawesome-webfont.woff2
  330. share/doc/nix/manual/SUMMARY.md.in
  331. share/doc/nix/manual/_redirects
  332. share/doc/nix/manual/advanced-topics/cores-vs-jobs.html
  333. share/doc/nix/manual/advanced-topics/diff-hook.html
  334. share/doc/nix/manual/advanced-topics/distributed-builds.html
  335. share/doc/nix/manual/advanced-topics/eval-profiler.html
  336. share/doc/nix/manual/advanced-topics/index.html
  337. share/doc/nix/manual/advanced-topics/post-build-hook.html
  338. share/doc/nix/manual/architecture/architecture.html
  339. share/doc/nix/manual/ayu-highlight.css
  340. share/doc/nix/manual/book.js
  341. share/doc/nix/manual/c-api.html
  342. share/doc/nix/manual/clipboard.min.js
  343. share/doc/nix/manual/command-ref/conf-file.html
  344. share/doc/nix/manual/command-ref/env-common.html
  345. share/doc/nix/manual/command-ref/experimental-commands.html
  346. share/doc/nix/manual/command-ref/files.html
  347. share/doc/nix/manual/command-ref/files/channels.html
  348. share/doc/nix/manual/command-ref/files/default-nix-expression.html
  349. share/doc/nix/manual/command-ref/files/manifest.json.html
  350. share/doc/nix/manual/command-ref/files/manifest.nix.html
  351. share/doc/nix/manual/command-ref/files/profiles.html
  352. share/doc/nix/manual/command-ref/index.html
  353. share/doc/nix/manual/command-ref/main-commands.html
  354. share/doc/nix/manual/command-ref/new-cli/nix.html
  355. share/doc/nix/manual/command-ref/new-cli/nix3-build.html
  356. share/doc/nix/manual/command-ref/new-cli/nix3-bundle.html
  357. share/doc/nix/manual/command-ref/new-cli/nix3-config-check.html
  358. share/doc/nix/manual/command-ref/new-cli/nix3-config-show.html
  359. share/doc/nix/manual/command-ref/new-cli/nix3-config.html
  360. share/doc/nix/manual/command-ref/new-cli/nix3-copy.html
  361. share/doc/nix/manual/command-ref/new-cli/nix3-daemon.html
  362. share/doc/nix/manual/command-ref/new-cli/nix3-derivation-add.html
  363. share/doc/nix/manual/command-ref/new-cli/nix3-derivation-show.html
  364. share/doc/nix/manual/command-ref/new-cli/nix3-derivation.html
  365. share/doc/nix/manual/command-ref/new-cli/nix3-develop.html
  366. share/doc/nix/manual/command-ref/new-cli/nix3-edit.html
  367. share/doc/nix/manual/command-ref/new-cli/nix3-env-shell.html
  368. share/doc/nix/manual/command-ref/new-cli/nix3-env.html
  369. share/doc/nix/manual/command-ref/new-cli/nix3-eval.html
  370. share/doc/nix/manual/command-ref/new-cli/nix3-flake-archive.html
  371. share/doc/nix/manual/command-ref/new-cli/nix3-flake-check.html
  372. share/doc/nix/manual/command-ref/new-cli/nix3-flake-clone.html
  373. share/doc/nix/manual/command-ref/new-cli/nix3-flake-info.html
  374. share/doc/nix/manual/command-ref/new-cli/nix3-flake-init.html
  375. share/doc/nix/manual/command-ref/new-cli/nix3-flake-lock.html
  376. share/doc/nix/manual/command-ref/new-cli/nix3-flake-metadata.html
  377. share/doc/nix/manual/command-ref/new-cli/nix3-flake-new.html
  378. share/doc/nix/manual/command-ref/new-cli/nix3-flake-prefetch-inputs.html
  379. share/doc/nix/manual/command-ref/new-cli/nix3-flake-prefetch.html
  380. share/doc/nix/manual/command-ref/new-cli/nix3-flake-show.html
  381. share/doc/nix/manual/command-ref/new-cli/nix3-flake-update.html
  382. share/doc/nix/manual/command-ref/new-cli/nix3-flake.html
  383. share/doc/nix/manual/command-ref/new-cli/nix3-fmt.html
  384. share/doc/nix/manual/command-ref/new-cli/nix3-formatter-build.html
  385. share/doc/nix/manual/command-ref/new-cli/nix3-formatter-run.html
  386. share/doc/nix/manual/command-ref/new-cli/nix3-formatter.html
  387. share/doc/nix/manual/command-ref/new-cli/nix3-hash-convert.html
  388. share/doc/nix/manual/command-ref/new-cli/nix3-hash-file.html
  389. share/doc/nix/manual/command-ref/new-cli/nix3-hash-path.html
  390. share/doc/nix/manual/command-ref/new-cli/nix3-hash-to-base16.html
  391. share/doc/nix/manual/command-ref/new-cli/nix3-hash-to-base32.html
  392. share/doc/nix/manual/command-ref/new-cli/nix3-hash-to-base64.html
  393. share/doc/nix/manual/command-ref/new-cli/nix3-hash-to-sri.html
  394. share/doc/nix/manual/command-ref/new-cli/nix3-hash.html
  395. share/doc/nix/manual/command-ref/new-cli/nix3-help-stores.html
  396. share/doc/nix/manual/command-ref/new-cli/nix3-help.html
  397. share/doc/nix/manual/command-ref/new-cli/nix3-key-convert-secret-to-public.html
  398. share/doc/nix/manual/command-ref/new-cli/nix3-key-generate-secret.html
  399. share/doc/nix/manual/command-ref/new-cli/nix3-key.html
  400. share/doc/nix/manual/command-ref/new-cli/nix3-log.html
  401. share/doc/nix/manual/command-ref/new-cli/nix3-nar-cat.html
  402. share/doc/nix/manual/command-ref/new-cli/nix3-nar-dump-path.html
  403. share/doc/nix/manual/command-ref/new-cli/nix3-nar-ls.html
  404. share/doc/nix/manual/command-ref/new-cli/nix3-nar-pack.html
  405. share/doc/nix/manual/command-ref/new-cli/nix3-nar.html
  406. share/doc/nix/manual/command-ref/new-cli/nix3-path-info.html
  407. share/doc/nix/manual/command-ref/new-cli/nix3-print-dev-env.html
  408. share/doc/nix/manual/command-ref/new-cli/nix3-profile-add.html
  409. share/doc/nix/manual/command-ref/new-cli/nix3-profile-diff-closures.html
  410. share/doc/nix/manual/command-ref/new-cli/nix3-profile-history.html
  411. share/doc/nix/manual/command-ref/new-cli/nix3-profile-list.html
  412. share/doc/nix/manual/command-ref/new-cli/nix3-profile-remove.html
  413. share/doc/nix/manual/command-ref/new-cli/nix3-profile-rollback.html
  414. share/doc/nix/manual/command-ref/new-cli/nix3-profile-upgrade.html
  415. share/doc/nix/manual/command-ref/new-cli/nix3-profile-wipe-history.html
  416. share/doc/nix/manual/command-ref/new-cli/nix3-profile.html
  417. share/doc/nix/manual/command-ref/new-cli/nix3-realisation-info.html
  418. share/doc/nix/manual/command-ref/new-cli/nix3-realisation.html
  419. share/doc/nix/manual/command-ref/new-cli/nix3-registry-add.html
  420. share/doc/nix/manual/command-ref/new-cli/nix3-registry-list.html
  421. share/doc/nix/manual/command-ref/new-cli/nix3-registry-pin.html
  422. share/doc/nix/manual/command-ref/new-cli/nix3-registry-remove.html
  423. share/doc/nix/manual/command-ref/new-cli/nix3-registry.html
  424. share/doc/nix/manual/command-ref/new-cli/nix3-repl.html
  425. share/doc/nix/manual/command-ref/new-cli/nix3-run.html
  426. share/doc/nix/manual/command-ref/new-cli/nix3-search.html
  427. share/doc/nix/manual/command-ref/new-cli/nix3-store-add-file.html
  428. share/doc/nix/manual/command-ref/new-cli/nix3-store-add-path.html
  429. share/doc/nix/manual/command-ref/new-cli/nix3-store-add.html
  430. share/doc/nix/manual/command-ref/new-cli/nix3-store-cat.html
  431. share/doc/nix/manual/command-ref/new-cli/nix3-store-copy-log.html
  432. share/doc/nix/manual/command-ref/new-cli/nix3-store-copy-sigs.html
  433. share/doc/nix/manual/command-ref/new-cli/nix3-store-delete.html
  434. share/doc/nix/manual/command-ref/new-cli/nix3-store-diff-closures.html
  435. share/doc/nix/manual/command-ref/new-cli/nix3-store-dump-path.html
  436. share/doc/nix/manual/command-ref/new-cli/nix3-store-gc.html
  437. share/doc/nix/manual/command-ref/new-cli/nix3-store-info.html
  438. share/doc/nix/manual/command-ref/new-cli/nix3-store-ls.html
  439. share/doc/nix/manual/command-ref/new-cli/nix3-store-make-content-addressed.html
  440. share/doc/nix/manual/command-ref/new-cli/nix3-store-optimise.html
  441. share/doc/nix/manual/command-ref/new-cli/nix3-store-path-from-hash-part.html
  442. share/doc/nix/manual/command-ref/new-cli/nix3-store-prefetch-file.html
  443. share/doc/nix/manual/command-ref/new-cli/nix3-store-repair.html
  444. share/doc/nix/manual/command-ref/new-cli/nix3-store-sign.html
  445. share/doc/nix/manual/command-ref/new-cli/nix3-store-verify.html
  446. share/doc/nix/manual/command-ref/new-cli/nix3-store.html
  447. share/doc/nix/manual/command-ref/new-cli/nix3-upgrade-nix.html
  448. share/doc/nix/manual/command-ref/new-cli/nix3-why-depends.html
  449. share/doc/nix/manual/command-ref/nix-build.html
  450. share/doc/nix/manual/command-ref/nix-channel.html
  451. share/doc/nix/manual/command-ref/nix-collect-garbage.html
  452. share/doc/nix/manual/command-ref/nix-copy-closure.html
  453. share/doc/nix/manual/command-ref/nix-daemon.html
  454. share/doc/nix/manual/command-ref/nix-env.html
  455. share/doc/nix/manual/command-ref/nix-env/delete-generations.html
  456. share/doc/nix/manual/command-ref/nix-env/install.html
  457. share/doc/nix/manual/command-ref/nix-env/list-generations.html
  458. share/doc/nix/manual/command-ref/nix-env/query.html
  459. share/doc/nix/manual/command-ref/nix-env/rollback.html
  460. share/doc/nix/manual/command-ref/nix-env/set-flag.html
  461. share/doc/nix/manual/command-ref/nix-env/set.html
  462. share/doc/nix/manual/command-ref/nix-env/switch-generation.html
  463. share/doc/nix/manual/command-ref/nix-env/switch-profile.html
  464. share/doc/nix/manual/command-ref/nix-env/uninstall.html
  465. share/doc/nix/manual/command-ref/nix-env/upgrade.html
  466. share/doc/nix/manual/command-ref/nix-hash.html
  467. share/doc/nix/manual/command-ref/nix-instantiate.html
  468. share/doc/nix/manual/command-ref/nix-prefetch-url.html
  469. share/doc/nix/manual/command-ref/nix-shell.html
  470. share/doc/nix/manual/command-ref/nix-store.html
  471. share/doc/nix/manual/command-ref/nix-store/add-fixed.html
  472. share/doc/nix/manual/command-ref/nix-store/add.html
  473. share/doc/nix/manual/command-ref/nix-store/delete.html
  474. share/doc/nix/manual/command-ref/nix-store/dump-db.html
  475. share/doc/nix/manual/command-ref/nix-store/dump.html
  476. share/doc/nix/manual/command-ref/nix-store/export.html
  477. share/doc/nix/manual/command-ref/nix-store/gc.html
  478. share/doc/nix/manual/command-ref/nix-store/generate-binary-cache-key.html
  479. share/doc/nix/manual/command-ref/nix-store/import.html
  480. share/doc/nix/manual/command-ref/nix-store/load-db.html
  481. share/doc/nix/manual/command-ref/nix-store/optimise.html
  482. share/doc/nix/manual/command-ref/nix-store/print-env.html
  483. share/doc/nix/manual/command-ref/nix-store/query.html
  484. share/doc/nix/manual/command-ref/nix-store/read-log.html
  485. share/doc/nix/manual/command-ref/nix-store/realise.html
  486. share/doc/nix/manual/command-ref/nix-store/repair-path.html
  487. share/doc/nix/manual/command-ref/nix-store/restore.html
  488. share/doc/nix/manual/command-ref/nix-store/serve.html
  489. share/doc/nix/manual/command-ref/nix-store/verify-path.html
  490. share/doc/nix/manual/command-ref/nix-store/verify.html
  491. share/doc/nix/manual/command-ref/opt-common.html
  492. share/doc/nix/manual/command-ref/utilities.html
  493. share/doc/nix/manual/command-ref/xp-features.json
  494. share/doc/nix/manual/css/chrome.css
  495. share/doc/nix/manual/css/general.css
  496. share/doc/nix/manual/css/print.css
  497. share/doc/nix/manual/css/variables.css
  498. share/doc/nix/manual/custom.css
  499. share/doc/nix/manual/development/benchmarking.html
  500. share/doc/nix/manual/development/building.html
  501. share/doc/nix/manual/development/cli-guideline.html
  502. share/doc/nix/manual/development/contributing.html
  503. share/doc/nix/manual/development/cxx.html
  504. share/doc/nix/manual/development/debugging.html
  505. share/doc/nix/manual/development/documentation.html
  506. share/doc/nix/manual/development/experimental-features.html
  507. share/doc/nix/manual/development/index.html
  508. share/doc/nix/manual/development/json-guideline.html
  509. share/doc/nix/manual/development/testing.html
  510. share/doc/nix/manual/elasticlunr.min.js
  511. share/doc/nix/manual/favicon.png
  512. share/doc/nix/manual/favicon.svg
  513. share/doc/nix/manual/figures/user-environments.png
  514. share/doc/nix/manual/figures/user-environments.sxd
  515. share/doc/nix/manual/fonts/OPEN-SANS-LICENSE.txt
  516. share/doc/nix/manual/fonts/SOURCE-CODE-PRO-LICENSE.txt
  517. share/doc/nix/manual/fonts/fonts.css
  518. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-300.woff2
  519. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-300italic.woff2
  520. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-600.woff2
  521. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-600italic.woff2
  522. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-700.woff2
  523. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-700italic.woff2
  524. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-800.woff2
  525. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-800italic.woff2
  526. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-italic.woff2
  527. share/doc/nix/manual/fonts/open-sans-v17-all-charsets-regular.woff2
  528. share/doc/nix/manual/fonts/source-code-pro-v11-all-charsets-500.woff2
  529. share/doc/nix/manual/glossary.html
  530. share/doc/nix/manual/highlight.css
  531. share/doc/nix/manual/highlight.js
  532. share/doc/nix/manual/index.html
  533. share/doc/nix/manual/installation/building-source.html
  534. share/doc/nix/manual/installation/env-variables.html
  535. share/doc/nix/manual/installation/index.html
  536. share/doc/nix/manual/installation/installing-binary.html
  537. share/doc/nix/manual/installation/installing-docker.html
  538. share/doc/nix/manual/installation/installing-source.html
  539. share/doc/nix/manual/installation/multi-user.html
  540. share/doc/nix/manual/installation/nix-security.html
  541. share/doc/nix/manual/installation/obtaining-source.html
  542. share/doc/nix/manual/installation/prerequisites-source.html
  543. share/doc/nix/manual/installation/single-user.html
  544. share/doc/nix/manual/installation/supported-platforms.html
  545. share/doc/nix/manual/installation/uninstall.html
  546. share/doc/nix/manual/installation/upgrading.html
  547. share/doc/nix/manual/introduction.html
  548. share/doc/nix/manual/language/advanced-attributes.html
  549. share/doc/nix/manual/language/builtins.html
  550. share/doc/nix/manual/language/constructs/lookup-path.html
  551. share/doc/nix/manual/language/derivations.html
  552. share/doc/nix/manual/language/evaluation.html
  553. share/doc/nix/manual/language/identifiers.html
  554. share/doc/nix/manual/language/import-from-derivation.html
  555. share/doc/nix/manual/language/index.html
  556. share/doc/nix/manual/language/operators.html
  557. share/doc/nix/manual/language/scope.html
  558. share/doc/nix/manual/language/string-context.html
  559. share/doc/nix/manual/language/string-interpolation.html
  560. share/doc/nix/manual/language/string-literals.html
  561. share/doc/nix/manual/language/syntax.html
  562. share/doc/nix/manual/language/types.html
  563. share/doc/nix/manual/language/variables.html
  564. share/doc/nix/manual/mark.min.js
  565. share/doc/nix/manual/package-management/binary-cache-substituter.html
  566. share/doc/nix/manual/package-management/garbage-collection.html
  567. share/doc/nix/manual/package-management/garbage-collector-roots.html
  568. share/doc/nix/manual/package-management/index.html
  569. share/doc/nix/manual/package-management/profiles.html
  570. share/doc/nix/manual/package-management/sharing-packages.html
  571. share/doc/nix/manual/package-management/ssh-substituter.html
  572. share/doc/nix/manual/print.html
  573. share/doc/nix/manual/protocols/derivation-aterm.html
  574. share/doc/nix/manual/protocols/index.html
  575. share/doc/nix/manual/protocols/json/derivation.html
  576. share/doc/nix/manual/protocols/json/index.html
  577. share/doc/nix/manual/protocols/json/store-object-info.html
  578. share/doc/nix/manual/protocols/nix-archive.html
  579. share/doc/nix/manual/protocols/store-path.html
  580. share/doc/nix/manual/protocols/tarball-fetcher.html
  581. share/doc/nix/manual/quick-start.html
  582. share/doc/nix/manual/redirects.js
  583. share/doc/nix/manual/release-notes/index.html
  584. share/doc/nix/manual/release-notes/rl-0.10.1.html
  585. share/doc/nix/manual/release-notes/rl-0.10.html
  586. share/doc/nix/manual/release-notes/rl-0.11.html
  587. share/doc/nix/manual/release-notes/rl-0.12.html
  588. share/doc/nix/manual/release-notes/rl-0.13.html
  589. share/doc/nix/manual/release-notes/rl-0.14.html
  590. share/doc/nix/manual/release-notes/rl-0.15.html
  591. share/doc/nix/manual/release-notes/rl-0.16.html
  592. share/doc/nix/manual/release-notes/rl-0.5.html
  593. share/doc/nix/manual/release-notes/rl-0.6.html
  594. share/doc/nix/manual/release-notes/rl-0.7.html
  595. share/doc/nix/manual/release-notes/rl-0.8.1.html
  596. share/doc/nix/manual/release-notes/rl-0.8.html
  597. share/doc/nix/manual/release-notes/rl-0.9.1.html
  598. share/doc/nix/manual/release-notes/rl-0.9.2.html
  599. share/doc/nix/manual/release-notes/rl-0.9.html
  600. share/doc/nix/manual/release-notes/rl-1.0.html
  601. share/doc/nix/manual/release-notes/rl-1.1.html
  602. share/doc/nix/manual/release-notes/rl-1.10.html
  603. share/doc/nix/manual/release-notes/rl-1.11.10.html
  604. share/doc/nix/manual/release-notes/rl-1.11.html
  605. share/doc/nix/manual/release-notes/rl-1.2.html
  606. share/doc/nix/manual/release-notes/rl-1.3.html
  607. share/doc/nix/manual/release-notes/rl-1.4.html
  608. share/doc/nix/manual/release-notes/rl-1.5.2.html
  609. share/doc/nix/manual/release-notes/rl-1.5.html
  610. share/doc/nix/manual/release-notes/rl-1.6.1.html
  611. share/doc/nix/manual/release-notes/rl-1.6.html
  612. share/doc/nix/manual/release-notes/rl-1.7.html
  613. share/doc/nix/manual/release-notes/rl-1.8.html
  614. share/doc/nix/manual/release-notes/rl-1.9.html
  615. share/doc/nix/manual/release-notes/rl-2.0.html
  616. share/doc/nix/manual/release-notes/rl-2.1.html
  617. share/doc/nix/manual/release-notes/rl-2.10.html
  618. share/doc/nix/manual/release-notes/rl-2.11.html
  619. share/doc/nix/manual/release-notes/rl-2.12.html
  620. share/doc/nix/manual/release-notes/rl-2.13.html
  621. share/doc/nix/manual/release-notes/rl-2.14.html
  622. share/doc/nix/manual/release-notes/rl-2.15.html
  623. share/doc/nix/manual/release-notes/rl-2.16.html
  624. share/doc/nix/manual/release-notes/rl-2.17.html
  625. share/doc/nix/manual/release-notes/rl-2.18.html
  626. share/doc/nix/manual/release-notes/rl-2.19.html
  627. share/doc/nix/manual/release-notes/rl-2.2.html
  628. share/doc/nix/manual/release-notes/rl-2.20.html
  629. share/doc/nix/manual/release-notes/rl-2.21.html
  630. share/doc/nix/manual/release-notes/rl-2.22.html
  631. share/doc/nix/manual/release-notes/rl-2.23.html
  632. share/doc/nix/manual/release-notes/rl-2.24.html
  633. share/doc/nix/manual/release-notes/rl-2.25.html
  634. share/doc/nix/manual/release-notes/rl-2.26.html
  635. share/doc/nix/manual/release-notes/rl-2.27.html
  636. share/doc/nix/manual/release-notes/rl-2.28.html
  637. share/doc/nix/manual/release-notes/rl-2.29.html
  638. share/doc/nix/manual/release-notes/rl-2.3.html
  639. share/doc/nix/manual/release-notes/rl-2.30.html
  640. share/doc/nix/manual/release-notes/rl-2.31.html
  641. share/doc/nix/manual/release-notes/rl-2.32.html
  642. share/doc/nix/manual/release-notes/rl-2.4.html
  643. share/doc/nix/manual/release-notes/rl-2.5.html
  644. share/doc/nix/manual/release-notes/rl-2.6.html
  645. share/doc/nix/manual/release-notes/rl-2.7.html
  646. share/doc/nix/manual/release-notes/rl-2.8.html
  647. share/doc/nix/manual/release-notes/rl-2.9.html
  648. share/doc/nix/manual/release-notes/rl-next.html
  649. share/doc/nix/manual/searcher.js
  650. share/doc/nix/manual/searchindex.js
  651. share/doc/nix/manual/store/building.html
  652. share/doc/nix/manual/store/derivation/index.html
  653. share/doc/nix/manual/store/derivation/outputs/content-address.html
  654. share/doc/nix/manual/store/derivation/outputs/index.html
  655. share/doc/nix/manual/store/derivation/outputs/input-address.html
  656. share/doc/nix/manual/store/file-system-object.html
  657. share/doc/nix/manual/store/file-system-object/content-address.html
  658. share/doc/nix/manual/store/index.html
  659. share/doc/nix/manual/store/store-object.html
  660. share/doc/nix/manual/store/store-object/content-address.html
  661. share/doc/nix/manual/store/store-path.html
  662. share/doc/nix/manual/store/types/dummy-store.html
  663. share/doc/nix/manual/store/types/experimental-local-overlay-store.html
  664. share/doc/nix/manual/store/types/experimental-ssh-store-with-filesystem-mounted.html
  665. share/doc/nix/manual/store/types/experimental-ssh-store.html
  666. share/doc/nix/manual/store/types/http-binary-cache-store.html
  667. share/doc/nix/manual/store/types/index.html
  668. share/doc/nix/manual/store/types/index.md.in
  669. share/doc/nix/manual/store/types/local-binary-cache-store.html
  670. share/doc/nix/manual/store/types/local-daemon-store.html
  671. share/doc/nix/manual/store/types/local-store.html
  672. share/doc/nix/manual/store/types/s3-binary-cache-store.html
  673. share/doc/nix/manual/store/types/ssh-store.html
  674. share/doc/nix/manual/toc.html
  675. share/doc/nix/manual/toc.js
  676. share/doc/nix/manual/tomorrow-night.css
  677. share/man/man1/nix-build.1.gz
  678. share/man/man1/nix-channel.1.gz
  679. share/man/man1/nix-collect-garbage.1.gz
  680. share/man/man1/nix-copy-closure.1.gz
  681. share/man/man1/nix-env-delete-generations.1.gz
  682. share/man/man1/nix-env-install.1.gz
  683. share/man/man1/nix-env-list-generations.1.gz
  684. share/man/man1/nix-env-query.1.gz
  685. share/man/man1/nix-env-rollback.1.gz
  686. share/man/man1/nix-env-set-flag.1.gz
  687. share/man/man1/nix-env-set.1.gz
  688. share/man/man1/nix-env-switch-generation.1.gz
  689. share/man/man1/nix-env-switch-profile.1.gz
  690. share/man/man1/nix-env-uninstall.1.gz
  691. share/man/man1/nix-env-upgrade.1.gz
  692. share/man/man1/nix-env.1.gz
  693. share/man/man1/nix-hash.1.gz
  694. share/man/man1/nix-instantiate.1.gz
  695. share/man/man1/nix-prefetch-url.1.gz
  696. share/man/man1/nix-shell.1.gz
  697. share/man/man1/nix-store-add-fixed.1.gz
  698. share/man/man1/nix-store-add.1.gz
  699. share/man/man1/nix-store-delete.1.gz
  700. share/man/man1/nix-store-dump-db.1.gz
  701. share/man/man1/nix-store-dump.1.gz
  702. share/man/man1/nix-store-export.1.gz
  703. share/man/man1/nix-store-gc.1.gz
  704. share/man/man1/nix-store-generate-binary-cache-key.1.gz
  705. share/man/man1/nix-store-import.1.gz
  706. share/man/man1/nix-store-load-db.1.gz
  707. share/man/man1/nix-store-optimise.1.gz
  708. share/man/man1/nix-store-print-env.1.gz
  709. share/man/man1/nix-store-query.1.gz
  710. share/man/man1/nix-store-read-log.1.gz
  711. share/man/man1/nix-store-realise.1.gz
  712. share/man/man1/nix-store-repair-path.1.gz
  713. share/man/man1/nix-store-restore.1.gz
  714. share/man/man1/nix-store-serve.1.gz
  715. share/man/man1/nix-store-verify-path.1.gz
  716. share/man/man1/nix-store-verify.1.gz
  717. share/man/man1/nix-store.1.gz
  718. share/man/man1/nix.1.gz
  719. share/man/man1/nix3-build.1.gz
  720. share/man/man1/nix3-bundle.1.gz
  721. share/man/man1/nix3-config-check.1.gz
  722. share/man/man1/nix3-config-show.1.gz
  723. share/man/man1/nix3-config.1.gz
  724. share/man/man1/nix3-copy.1.gz
  725. share/man/man1/nix3-daemon.1.gz
  726. share/man/man1/nix3-derivation-add.1.gz
  727. share/man/man1/nix3-derivation-show.1.gz
  728. share/man/man1/nix3-derivation.1.gz
  729. share/man/man1/nix3-develop.1.gz
  730. share/man/man1/nix3-edit.1.gz
  731. share/man/man1/nix3-env-shell.1.gz
  732. share/man/man1/nix3-eval.1.gz
  733. share/man/man1/nix3-flake-archive.1.gz
  734. share/man/man1/nix3-flake-check.1.gz
  735. share/man/man1/nix3-flake-clone.1.gz
  736. share/man/man1/nix3-flake-info.1.gz
  737. share/man/man1/nix3-flake-init.1.gz
  738. share/man/man1/nix3-flake-lock.1.gz
  739. share/man/man1/nix3-flake-metadata.1.gz
  740. share/man/man1/nix3-flake-new.1.gz
  741. share/man/man1/nix3-flake-prefetch.1.gz
  742. share/man/man1/nix3-flake-show.1.gz
  743. share/man/man1/nix3-flake-update.1.gz
  744. share/man/man1/nix3-flake.1.gz
  745. share/man/man1/nix3-fmt.1.gz
  746. share/man/man1/nix3-hash-convert.1.gz
  747. share/man/man1/nix3-hash-file.1.gz
  748. share/man/man1/nix3-hash-path.1.gz
  749. share/man/man1/nix3-hash-to-base16.1.gz
  750. share/man/man1/nix3-hash-to-base32.1.gz
  751. share/man/man1/nix3-hash-to-base64.1.gz
  752. share/man/man1/nix3-hash-to-sri.1.gz
  753. share/man/man1/nix3-hash.1.gz
  754. share/man/man1/nix3-help-stores.1.gz
  755. share/man/man1/nix3-help.1.gz
  756. share/man/man1/nix3-key-convert-secret-to-public.1.gz
  757. share/man/man1/nix3-key-generate-secret.1.gz
  758. share/man/man1/nix3-key.1.gz
  759. share/man/man1/nix3-log.1.gz
  760. share/man/man1/nix3-nar-cat.1.gz
  761. share/man/man1/nix3-nar-dump-path.1.gz
  762. share/man/man1/nix3-nar-ls.1.gz
  763. share/man/man1/nix3-nar-pack.1.gz
  764. share/man/man1/nix3-nar.1.gz
  765. share/man/man1/nix3-path-info.1.gz
  766. share/man/man1/nix3-print-dev-env.1.gz
  767. share/man/man1/nix3-profile-add.1.gz
  768. share/man/man1/nix3-profile-diff-closures.1.gz
  769. share/man/man1/nix3-profile-history.1.gz
  770. share/man/man1/nix3-profile-list.1.gz
  771. share/man/man1/nix3-profile-remove.1.gz
  772. share/man/man1/nix3-profile-rollback.1.gz
  773. share/man/man1/nix3-profile-upgrade.1.gz
  774. share/man/man1/nix3-profile-wipe-history.1.gz
  775. share/man/man1/nix3-profile.1.gz
  776. share/man/man1/nix3-realisation-info.1.gz
  777. share/man/man1/nix3-realisation.1.gz
  778. share/man/man1/nix3-registry-add.1.gz
  779. share/man/man1/nix3-registry-list.1.gz
  780. share/man/man1/nix3-registry-pin.1.gz
  781. share/man/man1/nix3-registry-remove.1.gz
  782. share/man/man1/nix3-registry.1.gz
  783. share/man/man1/nix3-repl.1.gz
  784. share/man/man1/nix3-run.1.gz
  785. share/man/man1/nix3-search.1.gz
  786. share/man/man1/nix3-store-add-file.1.gz
  787. share/man/man1/nix3-store-add-path.1.gz
  788. share/man/man1/nix3-store-add.1.gz
  789. share/man/man1/nix3-store-cat.1.gz
  790. share/man/man1/nix3-store-copy-log.1.gz
  791. share/man/man1/nix3-store-copy-sigs.1.gz
  792. share/man/man1/nix3-store-delete.1.gz
  793. share/man/man1/nix3-store-diff-closures.1.gz
  794. share/man/man1/nix3-store-dump-path.1.gz
  795. share/man/man1/nix3-store-gc.1.gz
  796. share/man/man1/nix3-store-info.1.gz
  797. share/man/man1/nix3-store-ls.1.gz
  798. share/man/man1/nix3-store-make-content-addressed.1.gz
  799. share/man/man1/nix3-store-optimise.1.gz
  800. share/man/man1/nix3-store-path-from-hash-part.1.gz
  801. share/man/man1/nix3-store-prefetch-file.1.gz
  802. share/man/man1/nix3-store-repair.1.gz
  803. share/man/man1/nix3-store-sign.1.gz
  804. share/man/man1/nix3-store-verify.1.gz
  805. share/man/man1/nix3-store.1.gz
  806. share/man/man1/nix3-upgrade-nix.1.gz
  807. share/man/man1/nix3-why-depends.1.gz
  808. share/man/man5/nix-profiles.5.gz
  809. share/man/man5/nix.conf.5.gz
  810. share/man/man8/nix-daemon.8.gz
  811. @owner
  812. @group
  813. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • nix>0:sysutils/nix
To install the port:
cd /usr/ports/sysutils/nix/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/nix
  • pkg install nix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nix
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1761053753 SHA256 (NixOS-nix-2.32.1_GH0.tar.gz) = 879e05682a35aefe7fc8c570475ce8deb93e0324ac3d6cccadd060de2b481947 SIZE (NixOS-nix-2.32.1_GH0.tar.gz) = 1950308

Packages (timestamps in pop-ups are UTC):
nix
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.31.12.31.2--2.31.2n/an/an/a
FreeBSD:13:quarterly2.31.12.31.1--2.31.1n/an/an/a
FreeBSD:14:latest-2.31.2--2.31.2---
FreeBSD:14:quarterly2.31.12.31.1--2.31.1---
FreeBSD:15:latest2.31.12.31.2n/a-n/an/a--
FreeBSD:15:quarterly-2.31.1n/a-n/an/a--
FreeBSD:16:latest-2.31.2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. jq : textproc/jq
  3. nlohmann-json>=3.9 : devel/nlohmann-json
  4. toml11>=0 : devel/toml11
  5. mdbook-linkcheck>=0 : textproc/mdbook-linkcheck
  6. mdbook>=0 : textproc/mdbook
  7. rsync : net/rsync
  8. bison : devel/bison
  9. cmake : devel/cmake-core
  10. meson : devel/meson
  11. ninja : devel/ninja
  12. pkgconf>=1.3.0_1 : devel/pkgconf
  13. python3.11 : lang/python311
Library dependencies:
  1. libaws-cpp-sdk-core.so : devel/aws-sdk-cpp
  2. libaws-crt-cpp.so : devel/aws-crt-cpp
  3. libblake3.so : devel/libblake3
  4. libboost_context.so : devel/boost-libs
  5. libbrotlienc.so : archivers/brotli
  6. libcpuid.so : sysutils/libcpuid
  7. libcurl.so : ftp/curl
  8. libeditline.so : devel/editline
  9. libgc-threaded.so : devel/boehm-gc-threaded
  10. libgit2.so : devel/libgit2
  11. liblowdown.so : textproc/lowdown
  12. libsodium.so : security/libsodium
  13. libarchive.so.13 : archivers/libarchive
  14. libsqlite3.so : databases/sqlite3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for nix-2.32.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_nix
USES:
bison cmake:indirect compiler:c++23-lang cpe libarchive localbase meson ninja pkgconfig sqlite:3 ssl python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/NixOS/nix/tar.gz/2.32.1?dummy=/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.32.1
21 Oct 2025 16:08:50
commit hash: f588d96b8c87461d09e8ec98117be00c018d5922commit hash: f588d96b8c87461d09e8ec98117be00c018d5922commit hash: f588d96b8c87461d09e8ec98117be00c018d5922commit hash: f588d96b8c87461d09e8ec98117be00c018d5922 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
sysutils/nix: Update to 2.32.1
2.31.2_1
20 Oct 2025 11:48:39
commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after boost upgrade (+)

Get rid of direct dependency ob libbost_system.so, use libboost_thread.so
instead
2.31.2
07 Oct 2025 15:41:47
commit hash: 5292e1fb06f3e0beae7557bcd44ec5db97ef54d6commit hash: 5292e1fb06f3e0beae7557bcd44ec5db97ef54d6commit hash: 5292e1fb06f3e0beae7557bcd44ec5db97ef54d6commit hash: 5292e1fb06f3e0beae7557bcd44ec5db97ef54d6 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
sysutils/nix: Update to 2.31.2
2.31.1
13 Sep 2025 21:25:22
commit hash: ae1b8f434666d20b43996a5462cfab0e37a0c7f7commit hash: ae1b8f434666d20b43996a5462cfab0e37a0c7f7commit hash: ae1b8f434666d20b43996a5462cfab0e37a0c7f7commit hash: ae1b8f434666d20b43996a5462cfab0e37a0c7f7 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
sysutils/nix: Update to 2.31.1.

- Unbreak port
- Switch to meson/ninja from autotools
- Depend on C++23 compiler
- Remove testing targets/dependencies
2.20.2_8
02 Jun 2025 00:40:43
commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834commit hash: 18632db919ce49d62374e1020f0320153951f834 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost update
2.20.2_7
07 May 2025 07:28:26
commit hash: f22000995d61c9628eae9551dee049309e1b4e7acommit hash: f22000995d61c9628eae9551dee049309e1b4e7acommit hash: f22000995d61c9628eae9551dee049309e1b4e7acommit hash: f22000995d61c9628eae9551dee049309e1b4e7a files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump all consumers

bump portrevision for all consumers due to libgit upgrade from
1.8 to 1.9

PR:		286627
2.20.2_6
22 Feb 2025 07:46:35
commit hash: 0aa164e0557e969d517eb682b678727cc7ef8e47commit hash: 0aa164e0557e969d517eb682b678727cc7ef8e47commit hash: 0aa164e0557e969d517eb682b678727cc7ef8e47commit hash: 0aa164e0557e969d517eb682b678727cc7ef8e47 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
sysutils/nix: Mark BROKEN, deprecate and set expiration date to 2025-03-31

Outdated and broken for months

PR:		284647
Reported by:	pkg-fallout
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2.20.2_6
14 Feb 2025 03:17:22
commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353commit hash: fa53920e7219d4246816f65034ad058e81de3353 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost-1.87 update

Sponsored by:	Future Crew, LLC
2.20.2_5
14 Dec 2024 10:47:12
commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
sysutils/nix: Fix plist and enable verbose output

Fix plist and enable verbose output during build

Approved by:	portmgr (blanket, build fix)
2.20.2_5
20 Nov 2024 10:05:25
commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60bcommit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consu,ers after update Boost to 1.86 release

Sponsored by:	Future Crew, LLC
2.20.2_4
23 Oct 2024 07:11:50
commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump consumers of libgit2 due to update
2.20.2_3
18 Oct 2024 18:56:41
commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8dcommit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8dcommit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8dcommit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of devel/libgit2

libgit2 updated to 1.8.1
2.20.2_2
03 Oct 2024 10:25:14
commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump consumers after devel/boost* update

With hat:	office
Sponsored by:	Future Crew, LLC
2.20.2_1
20 May 2024 10:33:03
commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377 files touched by this commit
Vsevolod Stakhov (vsevolod) search for other commits by this committer
security/libsodium: update to 1.0.19, bump dependent ports

PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
2.20.2
21 Feb 2024 11:30:54
commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5acommit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5acommit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5acommit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
sysutils/nix: Update to 2.20.2

- Unbreak it
- Remove the non-applicable patches
- Disable unit tests for now
- Adopt port
2.3.11_5
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
2.3.11_4
27 Sep 2023 14:36:30
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
2.3.11_3
01 May 2023 18:18:39
commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/nix: Mark BROKEN

Fails to build on all supported RELEASE with:
undefined symbol: Aws::Crt::ByteCursorFromArray
2.3.11_3
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
2.3.11_2
25 Apr 2023 15:17:15
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
2.3.11_1
24 Apr 2023 12:43:30
commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/nix: Return to the pool
2.3.11_1
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
2.3.11
09 Sep 2022 21:13:53
commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
Author: Lincoln Auster
sysutils/nix: Update to 2.3.11
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.3.10_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.10_3
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
2.3.10_2
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.10_2
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
2.3.10_1
18 Mar 2022 13:23:53
commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
sysutils/nix: Add CPE information

Approved by:	portmgr (blanket)
2.3.10_1
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
2.3.10_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.3.10_1
08 Feb 2021 10:48:16
Revision:564693Original commit files touched by this commit
0mp search for other commits by this committer
Fix a runtime issue causing Nix to die when it builds packages

Related upstream PR:
https://github.com/NixOS/nix/pull/4530

PR:		253322
Submitted by:	hi@alyssa.is
MFH:		2021Q1
2.3.10
07 Jan 2021 10:37:23
Revision:560702Original commit files touched by this commit
0mp search for other commits by this committer
Update to 2.3.10

PR:		251897
Submitted by:	nc
Differential Revision:	https://reviews.freebsd.org/D27996
2.3.7
25 Sep 2020 12:54:39
Revision:550026Original commit files touched by this commit
0mp search for other commits by this committer
Add Nix, a purely functional package manager

Nix is a purely functional package manager. This means that it treats
packages like values in purely functional programming languages such as
Haskell -- they are built by functions that don't have side-effects,
and they never change after they have been built.

FreeBSD support in Nix is not fully complete yet. This commit only
brings the Nix package manager to the ports. Hopefully, this port will
streamline the work of bootstrapping of Nix packages on FreeBSD.

Thanks to all the kind folks who contributed to the porting efforts.
It was a fun journey.

WWW: https://nixos.org/nix/

Differential Revision:	https://reviews.freebsd.org/D17766

Number of commits found: 34