lix/src/nix
2022-08-04 09:45:30 +02:00
..
realisation
add-file.md
add-path.md
add-to-store.cc
app.cc nix: Respect meta.outputsToInstall, and use all outputs by default 2022-04-26 17:17:27 +02:00
build.cc nix build: add --print-out-paths flag 2022-04-20 19:35:46 +03:00
build.md nix build: add --print-out-paths flag 2022-04-20 19:35:46 +03:00
bundle.cc Allow selecting derivation outputs using 'installable!outputs' 2022-05-03 13:43:52 +02:00
bundle.md Update docs 2022-02-22 14:32:56 +01:00
cat.cc
copy.cc
copy.md
daemon.cc Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
daemon.md
describe-stores.cc
develop.cc nix develop: do not assume that saved vars are set 2022-07-14 23:25:39 -07:00
develop.md Add documentation for bash-prompt-prefix 2022-05-10 16:55:25 -04:00
diff-closures.cc Move installables-related operations 2022-03-02 19:19:51 +01:00
diff-closures.md
doctor.cc doctor: Always show the output 2022-04-05 14:04:01 +02:00
dump-path.cc
edit.cc replace most Pos objects/ptrs with indexes into a position table 2022-04-21 21:46:06 +02:00
edit.md nix edit: support kakoune 2022-03-22 23:18:02 +09:00
eval.cc store Symbols in a table as well, like positions 2022-04-21 21:56:31 +02:00
eval.md
flake-archive.md
flake-check.md
flake-clone.md
flake-init.md Update docs 2022-02-22 14:32:56 +01:00
flake-lock.md
flake-metadata.md
flake-new.md
flake-prefetch.md
flake-show.md Update docs 2022-02-22 14:32:56 +01:00
flake-update.md docs/flake-update: fix example 2022-08-04 09:45:30 +02:00
flake.cc Merge pull request #6693 from ncfavier/complete-flake-inputs 2022-07-12 09:12:00 +02:00
flake.md fetchTree: Allow fetching plain files 2022-05-19 18:24:49 +02:00
fmt.cc Shut up clang warning 2022-04-28 14:24:17 +02:00
fmt.md nix-fmt: add command 2022-03-11 10:00:19 -05:00
get-env.sh
hash.cc Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
help.md
key-convert-secret-to-public.md
key-generate-secret.md Fix missing ` in key manual 2022-06-08 11:46:50 +02:00
local.mk
log.cc Factor out a LogStore interface 2022-03-11 13:32:16 +00:00
log.md
ls.cc
main.cc Merge pull request #6693 from ncfavier/complete-flake-inputs 2022-07-12 09:12:00 +02:00
make-content-addressed.cc nix store make-content-addressed: Support --from / --to 2022-03-24 21:33:33 +01:00
make-content-addressed.md Rename 'nix store make-content-addressable' to 'nix store make-content-addressed' 2022-03-24 21:33:33 +01:00
nar-cat.md
nar-dump-path.md
nar-ls.md
nar.cc
nar.md
nix.md Allow selecting derivation outputs using 'installable!outputs' 2022-05-03 13:43:52 +02:00
optimise-store.cc
optimise-store.md
path-info.cc
path-info.md
ping-store.cc
ping-store.md
prefetch.cc remove Bindings::need 2022-04-21 21:25:18 +02:00
print-dev-env.md
profile-diff-closures.md
profile-history.md
profile-install.md nix profile: Support overriding outputs 2022-05-03 15:00:34 +02:00
profile-list.md Update docs 2022-02-22 14:32:56 +01:00
profile-remove.md
profile-rollback.md
profile-upgrade.md
profile-wipe-history.md
profile.cc Fix warning 2022-05-25 15:05:39 +02:00
profile.md Fix flake profile use of originalUrl vs. originalUri 2022-03-24 12:28:38 +01:00
realisation.cc
registry-add.md
registry-list.md
registry-pin.md
registry-remove.md
registry.cc
registry.md doc: Fix typo 2022-06-28 22:43:37 -04:00
repl.md Apply suggestions from code review 2022-06-15 09:02:36 -04:00
run.cc Fix build-remote in nix-static 2022-06-23 01:32:46 +02:00
run.hh
run.md Update docs 2022-02-22 14:32:56 +01:00
search.cc Fix arity of --exclude flag in nix search 2022-06-20 18:00:32 +02:00
search.md Add --exclude flag to nix search 2022-06-07 18:25:48 +02:00
shell.md
show-config.cc
show-derivation.cc Add support for impure derivations 2022-03-31 13:43:20 +02:00
show-derivation.md
sigs.cc
store-cat.md
store-copy-log.cc Deduplicate the Store downcasting with a template 2022-03-11 13:32:33 +00:00
store-copy-log.md
store-delete.cc Deduplicate the Store downcasting with a template 2022-03-11 13:32:33 +00:00
store-delete.md
store-dump-path.md
store-gc.cc Deduplicate the Store downcasting with a template 2022-03-11 13:32:33 +00:00
store-gc.md
store-ls.md
store-prefetch-file.md
store-repair.cc
store-repair.md
store.cc
upgrade-nix.cc Explain exactly what nix-upgrade nix does 2022-06-02 15:05:27 +02:00
upgrade-nix.md Explain exactly what nix-upgrade nix does 2022-06-02 15:05:27 +02:00
verify.cc
verify.md
why-depends.cc Move installables-related operations 2022-03-02 19:19:51 +01:00
why-depends.md