aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2022-09-06nix develop: Ignore stdenv's $SHELLEelco Dolstra
2022-09-06Docs: Add nix develop --command entryJonathan Ringer
2022-09-01nix flake show: don't evaluate derivations for foreign systems by defaultMax
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-15Leverage existing docs for new store-path^outputs syntaxJohn Ericson
2022-07-15Fix typo in docs John Ericson
2022-07-15Remove `computed-derivations` experimental featureJohn Ericson
2022-07-14nix develop: do not assume that saved vars are setJeremy Fleischman
2022-07-14Fix bug, test more, document moreJohn Ericson
2022-07-14Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputsJohn Ericson
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
2022-06-02Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-02Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputsJohn Ericson
2022-06-02Explain exactly what nix-upgrade nix doesChris Wögi
2022-05-31repl: `--option pure-eval true` actually enables pure eval modeMaximilian Bosch
2022-05-25Merge branch 'master' into debug-exploratory-PRBen Burdette
2022-05-25Merge remote-tracking branch 'origin/file-fetcher'Eelco Dolstra