aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-24fetchClosure: Allow a path to be rewritten to CA on the flyEelco Dolstra
2022-03-24RenameEelco Dolstra
2022-03-24fetchClosure: Require a CA path in pure modeEelco Dolstra
2022-03-24Add builtins.fetchClosureEelco Dolstra
2022-03-24Merge pull request #6305 from flox/genericClosure_docEelco Dolstra
2022-03-24docs: genericClosureTom Bereknyei
2022-03-24Fix flake profile use of originalUrl vs. originalUriRok Garbas
2022-03-24lexer: add error location to lexer errorsSergei Trofimovich
2022-03-22nix edit: support kakouneHideaki Kawai
2022-03-22Don't hide repeated values while generating manifest.nixEelco Dolstra
2022-03-22printValue(): <REPEAT> -> «repeated»Eelco Dolstra
2022-03-22buildProfile(): Ignore manifest.{nix,json}Eelco Dolstra
2022-03-22Merge pull request #6237 from obsidiansystems/store-path-string-contextEelco Dolstra
2022-03-19Don't partial match sourcehut refsGabriel Fontes
2022-03-19Fix sourcehut tag ref resolvingGabriel Fontes
2022-03-18Decode string context straight to using `StorePath`sJohn Ericson
2022-03-18Generalize `DerivationType` in preparation for impure derivationsJohn Ericson
2022-03-18Avoid some pointless copying of drvsJohn Ericson
2022-03-18Use Deferred when building an input-addressed drvJohn Ericson
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-17Merge pull request #6277 from thufschmitt/ca/nix-build-dry-runEelco Dolstra
2022-03-17Merge branch 'avoid-quadratic-gc' of https://github.com/trofi/nixEelco Dolstra
2022-03-17gc: don't visit implicit referrers on garbage collectionSergei Trofimovich
2022-03-17Merge pull request #6270 from Artturin/stdinevalThéophane Hufschmitt
2022-03-17Fix `nix build --dry-run` with CA derivationsThéophane Hufschmitt
2022-03-17Merge pull request #6242 from ncfavier/print-output-namesThéophane Hufschmitt
2022-03-16nix-env: print a final newline after JSONNaïm Favier
2022-03-16nix-env: always print output names in JSON and XMLNaïm Favier
2022-03-16nix: allow using --file - to read from stdinArtturin
2022-03-16Merge pull request #6245 from trofi/fix-nix-store-gc-limit-auto-optimise-storeEelco Dolstra
2022-03-15Merge pull request #6229 from obsidiansystems/refactor-hash-moduloThéophane Hufschmitt
2022-03-15libfetchers: remove obsolete filesystem #includeMaximilian Bosch
2022-03-15libfetchers/path: set `lastModified` to path's mtimeMaximilian Bosch
2022-03-14Merge pull request #6244 from Artturin/nixenvbettermessageEelco Dolstra
2022-03-14Merge pull request #6220 from obsidiansystems/log-storeThéophane Hufschmitt
2022-03-13nix store gc: account for auto-optimised storeSergei Trofimovich
2022-03-13nix-env: Add a suggestion for when there's a name collision in channelsArtturin
2022-03-11Create some type aliases for string ContextsJohn Ericson
2022-03-11Reduce variants for derivation hash moduloJohn Ericson
2022-03-11Desugar `StorePathWithOutputs` in nix-build implementationJohn Ericson
2022-03-11Deduplicate the Store downcasting with a templateJohn Ericson
2022-03-11Factor out a `LogStore` interfaceJohn Ericson
2022-03-11`GcStore::resolve` should print the URIJohn Ericson
2022-03-11Rename `requireGcStore` to `GcStore::require`John Ericson
2022-03-11Merge remote-tracking branch 'origin/eval-suggestions'Eelco Dolstra
2022-03-11Merge pull request #5865 from pennae/memory-friendlinessEelco Dolstra
2022-03-11StyleEelco Dolstra
2022-03-11Merge pull request #5758 from mschwaig/fix-git-workspace-dirty-detectionThéophane Hufschmitt
2022-03-09BuildResult: Remove unused drvPath fieldEelco Dolstra
2022-03-09BuildResult: Use DerivedPathEelco Dolstra