aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-23Pass more values by referenceThéophane Hufschmitt
2021-06-21Shorten a stupidly long sql query nameregnat
2021-05-26Aso track the output path of the realisation dependenciesregnat
2021-05-26Add a db migration scriptregnat
2021-05-26Make `copyPaths` copy the whole realisations closureregnat
2021-05-26Properly track the drvoutput references when buildingregnat
2021-05-26Add a method to compute the closure of a realisationregnat
2021-05-26Store the realisation deps on the local storeregnat
2021-05-26Add a dependencies field to DrvOutputInforegnat
2021-05-26Merge branch 'ca/json-realisations-in-worker-protocol'regnat
2021-05-26Always send the realisations as JSONregnat
2021-05-25Merge pull request #4846 from michaeladler/fix-docEelco Dolstra
2021-05-24fix doc: nix profile info -> nix profile listMichael Adler
2021-05-19Merge pull request #4834 from NixOS/generic-closure-functionEelco Dolstra
2021-05-19Extract a generic `computeClosure` functionregnat
2021-05-19Merge pull request #4831 from matthewbauer/fix-extra-slash-in-canon-pathEelco Dolstra
2021-05-18Fix extra slash in canonPath outputMatthew Bauer
2021-05-18Merge pull request #4828 from NixOS/ca/fix-nix-runEelco Dolstra
2021-05-18Restore an accidentally suppressed negationregnat
2021-05-18Merge pull request #4827 from matthewbauer/run-bashrc-first-in-nix-developEelco Dolstra
2021-05-18Merge pull request #4825 from NixOS/split-app-parsing-and-resolvingEelco Dolstra
2021-05-17Source bashrc first in nix developMatthew Bauer
2021-05-17Split the parsing of an `App` and its resolvingregnat
2021-05-17Merge pull request #4819 from NixOS/ca/fix-nix-runEelco Dolstra
2021-05-17Merge pull request #4818 from NixOS/ca/cli-use-builtpathsEelco Dolstra
2021-05-17Add a test for `nix run` with CA derivationsregnat
2021-05-17Merge pull request #4817 from emilazy/fix-sandboxed-big-sur-system-version-ac...Eelco Dolstra
2021-05-17Resolve the program path in `nix run`regnat
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-17sandbox: allow SystemVersionCompat.plist on DarwinEmily
2021-05-14Update nix-fallback-paths.nix onlyEelco Dolstra
2021-05-13Merge pull request #4798 from matthewbauer/relock-wait-for-build-slot-goalsEelco Dolstra
2021-05-13Merge pull request #4801 from matthewbauer/fix-tokenize-output-namesEelco Dolstra
2021-05-12Fix tokenize output names in drvMatthew Bauer
2021-05-12Relock wait for build slot goalsMatthew Bauer
2021-05-12DerivedPathWithHints -> BuiltPathregnat
2021-05-12Merge pull request #4796 from asymmetric/doc-substitutersEelco Dolstra
2021-05-12doc: mention Priority for substitutersLorenzo Manacorda
2021-05-11install: Fix hash variable for Darwin.arm64 (#4769)Anders Kaseorg
2021-05-11Merge pull request #4795 from mayflower/nix-shell-doc-fixEelco Dolstra
2021-05-11doc/nix-shell: Remove outdated bashrc informationLinus Heckemann
2021-05-10Merge pull request #4781 from NixOS/locally_cache_the_remote_realisationsEelco Dolstra
2021-05-10Merge pull request #4787 from Ma27/builtins-ceil-floorEelco Dolstra
2021-05-10Simplify the realisations disk cacheregnat
2021-05-10Remove useless parentsregnat
2021-05-10primops: math.h -> cmathMaximilian Bosch
2021-05-10Merge pull request #4776 from NixOS/fix-ca-normalizationEelco Dolstra
2021-05-10Implement `builtins.floor` and `builtins.ceil` using the C library functions ...Maximilian Bosch
2021-05-10Merge pull request #4771 from andersk/launchd-execEelco Dolstra
2021-05-10Merge pull request #4786 from matthewbauer/mkdir-local-share-nixEelco Dolstra