1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-08 10:01:01 +01:00
nix/src/nix
2025-02-25 20:07:29 +01:00
..
realisation fix spelling mistakes reported by Debian's lintian tool 2022-01-30 10:51:39 +02:00
unix Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 01:57:33 +03:00
.version Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
add-to-store.cc fix: Resolve CLI parent symlinks before adding to store 2025-01-07 05:42:03 +00:00
add.md Add a new nix store add command 2023-11-15 19:21:17 +01:00
app.cc Clean up app.cc (#9201) 2023-10-22 22:56:46 +00:00
build-remote Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
build.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
build.md Update src/nix/build.md 2024-03-20 14:42:44 -07:00
bundle.cc More support for std::filepath in libnixutil 2024-08-26 17:23:56 -04:00
bundle.md clarify definition of "installable" 2023-03-05 01:46:17 +01:00
cat.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
config-check.cc MacOS built: add workaround for missing view() member of std::ostringstream 2024-10-07 02:05:53 +02:00
config.cc Split out GlobalConfig into its own header 2024-06-24 11:36:21 -04:00
copy.cc nix copy: Add --out-link 2024-10-08 16:35:53 +02:00
copy.md nix copy: Add --profile flag 2024-10-08 15:28:49 +02:00
derivation-add.cc Create nix derivation add command 2023-04-07 08:34:58 -04:00
derivation-add.md nix derivation add: Remove reference to "installable" 2024-09-17 12:37:33 +02:00
derivation-show.cc Document Store Derivations and Deriving Paths (#12290) 2025-02-10 01:30:07 +00:00
derivation-show.md Document file system object content addressing 2024-05-15 16:28:48 -04:00
derivation.cc Improve the error message for “multicommands” commands (#9510) 2023-12-06 13:13:45 +00:00
develop.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
develop.md docs: make the nix develop --command example unambiguous (#8952) 2023-09-12 17:15:36 +02:00
diff-closures.cc diff-closures: remove gratuitous copy 2024-07-25 21:41:31 +02:00
diff-closures.md Add 'nix store diff-closures' manpage 2020-12-21 13:32:29 +01:00
doc Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
dump-path.cc Clean up standard stream logic 2024-11-07 15:11:41 -05:00
edit.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
edit.md nix edit: support kakoune 2022-03-22 23:18:02 +09:00
env.cc Factor out lookupExecutable and other PATH improvments 2024-08-07 18:12:58 -04:00
eval.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
eval.md doc: note that nix eval is eager (#11670) 2024-10-13 12:31:01 +02:00
flake-archive.md add description + example for nix flake archive 2024-09-18 17:31:40 +02:00
flake-check.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
flake-clone.md Add 'nix flake' manpages 2020-12-23 18:26:40 +01:00
flake-init.md docs: fix wiki link 2024-04-17 19:34:22 +02:00
flake-lock.md Improve documentation of nix flake lock 2024-09-30 17:27:49 -04:00
flake-metadata.md fix typos 2024-05-27 15:56:52 +02:00
flake-new.md Add 'nix flake' manpages 2020-12-23 18:26:40 +01:00
flake-prefetch.md nix flake prefetch: Add --out-link option 2025-02-10 17:52:26 +01:00
flake-show.md Update docs 2022-02-22 14:32:56 +01:00
flake-update.md docs: Provide an example of updating multiple inputs with nix flake update 2024-09-17 22:50:21 -04:00
flake.cc nix flake archive: Recurse into relative path inputs 2025-02-24 22:10:02 +01:00
flake.md Update release note 2025-01-16 13:15:20 +01:00
fmt.cc fix(nix fmt): remove the default "." argument 2024-09-10 22:18:56 +02:00
fmt.md doc/nix fmt: Mention nixfmt-rfc-style instead of nixfmt(-classic) 2024-11-17 14:12:27 -05:00
get-env.sh Do not rely on $stdenv/setup to set output variables 2024-04-10 19:50:19 +03:00
hash-convert.md nix hash convert: Add manpage 2024-01-29 17:51:01 +01:00
hash.cc Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 01:57:33 +03:00
help-stores.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
help.md Add 'nix help' manpage 2020-12-21 13:32:29 +01:00
key-convert-secret-to-public.md Add commands for generating secret/public keys 2021-01-06 17:49:31 +01:00
key-generate-secret.md Fix missing ` in key manual 2022-06-08 11:46:50 +02:00
log.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
log.md clarify definition of "installable" 2023-03-05 01:46:17 +01:00
ls.cc CanonPath, SourcePath: Change operator + to / 2024-02-05 15:17:39 +01:00
main.cc Merge pull request #12498 from NixOS/fix-cli-fine-version 2025-02-18 11:34:07 -05:00
make-content-addressed.cc Make command infra less stateful and more regular 2023-03-15 16:29:07 -04:00
make-content-addressed.md clarify definition of "installable" 2023-03-05 01:46:17 +01:00
man-pages.cc Don't override default man search paths 2025-02-18 18:46:52 +03:00
man-pages.hh Move code related to NIX_MAN_DIR from libstore to nix-cli 2025-02-18 01:57:33 +03:00
meson.build Restore detailed Nix CLI version 2025-02-18 11:22:00 +01:00
meson.options Meson misc things 2024-08-27 10:19:55 -04:00
misc Meson misc things 2024-08-27 10:19:55 -04:00
nar-cat.md Document store object content addressing & improve JSON format 2024-05-20 09:34:35 -04:00
nar-dump-path.md Document store object content addressing & improve JSON format 2024-05-20 09:34:35 -04:00
nar-ls.md Document store object content addressing & improve JSON format 2024-05-20 09:34:35 -04:00
nar.cc Improve the error message for “multicommands” commands (#9510) 2023-12-06 13:13:45 +00:00
nar.md Document store object content addressing & improve JSON format 2024-05-20 09:34:35 -04:00
nix-build Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
nix-channel Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
nix-collect-garbage Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
nix-copy-closure Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
nix-env Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
nix-instantiate Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
nix-store Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
nix.md doc, src: Fix various spelling typos 2024-09-28 15:29:15 -07:00
optimise-store.cc Add 'nix store optimise' manpage 2020-12-21 13:32:28 +01:00
optimise-store.md Add 'nix store optimise' manpage 2020-12-21 13:32:28 +01:00
package.nix Write just ./.version on all components 2025-02-18 11:41:35 +01:00
path-from-hash-part.cc Add command 'nix store path-from-hash-part' 2022-10-18 16:51:12 +02:00
path-from-hash-part.md Add command 'nix store path-from-hash-part' 2022-10-18 16:51:12 +02:00
path-info.cc nix path-info: Don't write to std::cout directly 2024-11-14 15:40:33 +01:00
path-info.md Move printSize() into libutil 2024-05-13 11:52:38 +02:00
prefetch.cc Remove startProgressBar() 2025-02-18 15:18:16 +01:00
print-dev-env.md clarify definition of "installable" 2023-03-05 01:46:17 +01:00
profile-diff-closures.md Add 'nix profile' manpage 2020-12-21 13:32:29 +01:00
profile-history.md nix profile history: Show profile date 2021-09-14 20:47:33 +02:00
profile-install.md clarify definition of "installable" 2023-03-05 01:46:17 +01:00
profile-list.md nix profile: Remove indices 2023-12-22 16:21:30 +01:00
profile-remove.md profile: add --all option to match any package 2024-03-07 21:07:03 +01:00
profile-rollback.md Generations -> profile versions 2021-09-14 19:57:45 +02:00
profile-upgrade.md profile: add --all option to match any package 2024-03-07 21:07:03 +01:00
profile-wipe-history.md Add 'nix profile wipe-history' command 2021-09-14 20:35:41 +02:00
profile.cc Make getDstStore() a virtual method in StoreCommand 2024-10-08 15:36:21 +02:00
profile.md Package the Nix CLI with Meson 2024-07-08 17:49:44 -04:00
profiles.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
realisation.cc nix copy: Add --profile flag 2024-10-08 15:28:49 +02:00
registry-add.md nix registry: add --registry flag 2021-06-30 22:13:32 +03:00
registry-list.md Add 'nix registry' manpages 2020-12-21 13:32:27 +01:00
registry-pin.md docs: update registry examples 2024-03-14 16:15:52 +02:00
registry-remove.md nix registry: add --registry flag 2021-06-30 22:13:32 +03:00
registry.cc No global settings in libnixfetchers and libnixflake 2024-07-12 08:50:28 -04:00
registry.md Ignore local registries for lock file generation 2024-12-16 09:43:44 +01:00
repl.cc Move NIX_BIN_DIR and all logic using it to the Nix executable itself 2024-08-12 12:29:17 -04:00
repl.md flakes: adopt repl-flake behavior as default 2023-09-27 20:47:10 -04:00
run.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
run.hh Clean up cache for all commands 2024-07-12 11:54:12 -07:00
run.md nix flake show: Support meta attribute for apps 2024-08-17 15:50:06 +05:30
scripts Meson misc things 2024-08-27 10:19:55 -04:00
search.cc chore: get rid of dead code and unused variables where appropriate 2024-11-22 18:05:53 +03:00
search.md Document Store Derivations and Deriving Paths (#12290) 2025-02-10 01:30:07 +00:00
self-exe.cc More comment rewording as requested 2024-10-09 11:07:15 -04:00
self-exe.hh fix missing includes in various headers 2024-12-17 22:00:34 +01:00
shell.md doc/manual: Fix some broken fragments 2024-10-03 01:17:53 +02:00
sigs.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
store-cat.md Add 'nix store' NAR-related manpages 2020-12-21 13:32:28 +01:00
store-copy-log.cc Fix misrendering of 'nix store --help' 2023-03-21 12:02:19 +01:00
store-copy-log.md docs: Refer to the glossary with @docroot@ instead of .. 2024-04-12 11:46:47 -04:00
store-delete.cc Make command infra less stateful and more regular 2023-03-15 16:29:07 -04:00
store-delete.md clarify definition of "installable" 2023-03-05 01:46:17 +01:00
store-dump-path.md Document store object content addressing & improve JSON format 2024-05-20 09:34:35 -04:00
store-gc.cc Deduplicate the Store downcasting with a template 2022-03-11 13:32:33 +00:00
store-gc.md Add 'nix store gc' command 2021-01-10 23:29:14 +01:00
store-info.cc Store info command help updates 2023-10-17 09:39:59 +05:30
store-info.md Store info command help updates 2023-10-17 09:39:59 +05:30
store-ls.md Also use long options in src/nix/*.md 2023-05-17 08:10:30 +01:00
store-prefetch-file.md Fix some typos 2021-03-26 16:14:38 +01:00
store-repair.cc Make command infra less stateful and more regular 2023-03-15 16:29:07 -04:00
store-repair.md clarify definition of "installable" 2023-03-05 01:46:17 +01:00
store.cc Improve the error message for “multicommands” commands (#9510) 2023-12-06 13:13:45 +00:00
upgrade-nix.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
upgrade-nix.md Make a few commands that were Unix-only no longer 2024-04-17 16:20:56 -04:00
verify.cc fix(treewide): remove unnecessary copying in range for loops 2024-11-26 00:06:29 +03:00
verify.md Document store object content addressing & improve JSON format 2024-05-20 09:34:35 -04:00
why-depends.cc stopProgressBar() -> logger->stop() 2025-02-18 15:08:32 +01:00
why-depends.md Add 'nix why-depends' manpage 2020-12-21 13:32:28 +01:00