aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2022-10-28Move savedArgv into libmainJean-François Roche
2022-10-19Merge pull request #7183 from n8henrie/patch-1Eelco Dolstra
2022-10-18Add command 'nix store path-from-hash-part'Eelco Dolstra
2022-10-17Fix typo -- dashes not underscoresNathan Henrie
2022-10-12Move some options into a misc categoryEelco Dolstra
2022-10-07Print common flags in --helpAna Hobden
2022-09-24Merge pull request #7010 from edolstra/ignore-shellThéophane Hufschmitt
2022-09-23Apply suggestions from code reviewJohn Ericson
2022-09-22Dodge "trusted" vs "trustworthy" by being explicit John Ericson
2022-09-22"valid signature" -> "trustworthy signature"John Ericson
2022-09-13Trim option descriptionsEelco Dolstra
2022-09-09Merge pull request #6825 from rapenne-s/nix_shell_exampleValentin Gagarin
2022-09-06nix develop: Ignore stdenv's $SHELLEelco Dolstra
2022-09-06Docs: Add nix develop --command entryJonathan Ringer
2022-08-24Fix progress bar flicker with -LEelco Dolstra
2022-08-23Merge pull request #6944 from edolstra/bash-varsEelco Dolstra
2022-08-23Merge pull request #6909 from ncfavier/json-pathsEelco Dolstra
2022-08-23nix develop: Ignore some more bash special variablesEelco Dolstra
2022-08-22JSON: add missing newlinesNaïm Favier
2022-08-22JSON: print paths as strings without copying them to the storeNaïm Favier
2022-08-20Fix default profile path for root in nix profile documentationJakub Kuczys
2022-08-17nix flake metadata: Don't show "Inputs" if there are no inputsEelco Dolstra
2022-08-10docfix: bundlersDavid Arnold
2022-08-04docs/flake-update: fix exampleErik Arvstedt
2022-07-21nix shell: example shouldn't use an absolute path for the shellSolène Rapenne
2022-07-20nix shell: document how to invoke multiple commands from the command lineSolène Rapenne
2022-07-14nix develop: do not assume that saved vars are setJeremy Fleischman
2022-07-12Merge pull request #6693 from ncfavier/complete-flake-inputsThéophane Hufschmitt
2022-07-11Fix flake input completion for `InstallablesCommand`sNaïm Favier
2022-06-29Merge pull request #6699 from tennox/better-flake-new-error-messageThéophane Hufschmitt
2022-06-29Merge pull request #6233 from flox/nix-repl-flakesThéophane Hufschmitt
2022-06-29Merge pull request #6702 from ncfavier/develop-prepend-varsEelco Dolstra
2022-06-29Merge remote-tracking branch 'origin/master' into better-flake-new-error-messageThéophane Hufschmitt
2022-06-28doc: Fix typoAlex Wied
2022-06-26#6699 flake init: fix trying to add unchanged fileManu [tennox]
2022-06-26#6699 flake init: Apply suggestions of @thufschmittManu [tennox]
2022-06-26Update src/nix/flake.cc Manuel
2022-06-26Update src/nix/flake.cc Manuel
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-06-23nix develop: save XDG_DATA_DIRS for loadable completionNaïm Favier
2022-06-21 #6542 Apply flake templates partially on conflictsManu [tennox]
2022-06-20Fix arity of `--exclude` flag in `nix search`Fishhh
2022-06-20Complete flake inputs for all given flakesNaïm Favier
2022-06-15Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-15Apply suggestions from code reviewtomberek
2022-06-13Merge pull request #6027 from Ma27/pure-replEelco Dolstra
2022-06-08Fix missing ` in key manualLorenzo Manacorda
2022-06-07Merge pull request #6618 from afishhh/search-excludeEelco Dolstra
2022-06-07Remove redundant `std::move`s in calls to `hiliteMatches`Fishhh
2022-06-07Add `--exclude` flag to `nix search`Fishhh