aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2022-11-21Rename derivedPathsWithHintsToJSON -> builtPathsToJSONEelco Dolstra
2022-11-21Merge remote-tracking branch 'origin/master' into auto-uid-allocationEelco Dolstra
2022-11-21nix build --json: Include build statisticsEelco Dolstra
2022-11-21Rename derivedPathsWithHintsToJSON -> builtPathsToJSONEelco Dolstra
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-11-12build: use pkg-config for lowdownEt7f3
2022-11-06manual: build action -> build taskValentin Gagarin
2022-10-31Merge pull request #7231 from jfroche/fix/savedArgv-accessEelco Dolstra
2022-10-28Merge branch 'master' into indexed-store-path-outputsJohn Ericson
2022-10-28Move savedArgv into libmainJean-François Roche
2022-10-27Merge pull request #7217 from NixOS/restore-nix-build-remoteEelco Dolstra
2022-10-26Fix `nix __build-remote`Théophane Hufschmitt
2022-10-26nix run: fix "'defaultApp.x86_64-linux' should have type 'derivation'"Yorick van Pelt
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-16Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
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-07showForeign -> showAllSystemsMax
2022-09-07WIP: broken merge but need a git checkpointGuillaume Maudoux
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