aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-24Document fetchClosureEelco Dolstra
2022-03-24Add a test for fetchClosure and 'nix store make-content-addressed'Eelco Dolstra
2022-03-24fetchClosure: Only allow some "safe" store typesEelco Dolstra
2022-03-24fetchClosure: Skip makeContentAddressed() if toPath is already validEelco Dolstra
2022-03-24Rename 'nix store make-content-addressable' to 'nix store make-content-addres...Eelco Dolstra
2022-03-24Fix makeContentAddressed() on self-referencesEelco Dolstra
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 #6285 from flokli/add-tmpfileEelco Dolstra
2022-03-24Merge pull request #6305 from flox/genericClosure_docEelco Dolstra
2022-03-24Merge pull request #6308 from NixOS/consisten-use-of-url-uri-5872Eelco Dolstra
2022-03-24Merge pull request #6307 from edolstra/cp-symlinksEelco Dolstra
2022-03-24docs: genericClosureTom Bereknyei
2022-03-24install-multi-user.sh: Preserve symlinksEelco Dolstra
2022-03-24Fix flake profile use of originalUrl vs. originalUriRok Garbas
2022-03-24Merge pull request #6306 from trofi/add-lexer-locationsEelco Dolstra
2022-03-24lexer: add error location to lexer errorsSergei Trofimovich
2022-03-23scripts/install-systemd-multi-user.sh: install /etc/tmpfiles.d/nix-daemon.con...Florian Klink
2022-03-23Merge pull request #6144 from toonn/doc-macos-uninstallDomen Kožar
2022-03-22Merge pull request #6298 from kayhide/nix-edit-support-kakouneEelco Dolstra
2022-03-22nix edit: support kakouneHideaki Kawai
2022-03-22Merge pull request #6296 from edolstra/fix-profile-manifestEelco Dolstra
2022-03-22Don't hide repeated values while generating manifest.nixEelco Dolstra
2022-03-22printValue(): <REPEAT> -> «repeated»Eelco Dolstra
2022-03-22Merge pull request #6294 from edolstra/filter-manifestEelco 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-21Merge pull request #6290 from Misterio77/fix-sourcehut-tags-refsEelco Dolstra
2022-03-19Fix sourcehut integration testGabriel Fontes
2022-03-19Don't partial match sourcehut refsGabriel Fontes
2022-03-19Fix sourcehut tag ref resolvingGabriel Fontes
2022-03-18Merge pull request #6284 from obsidiansystems/generlized-derivation-typeThéophane Hufschmitt
2022-03-18Decode string context straight to using `StorePath`sJohn Ericson
2022-03-18nix-daemon.conf.in: add tmpfiles file to create nix/daemon-socket directoryFlorian Klink
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-18Merge pull request #6283 from obsidiansystems/outputs-less-nestingThéophane Hufschmitt
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-16Add some tests for `nix-env -q --json`Thé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