aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-18Restore an accidentally suppressed negationregnat
2021-05-18Merge pull request #4827 from matthewbauer/run-bashrc-first-in-nix-developEelco 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-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-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-12doc: mention Priority for substitutersLorenzo Manacorda
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 #4786 from matthewbauer/mkdir-local-share-nixEelco Dolstra
2021-05-08Create parent trusted list path before writingMatthew Bauer
2021-05-06Add a realisations disk cacheregnat
2021-05-05Use derivation output name from toDerivationMatthew Bauer
2021-05-05Properly normalize the content-addressed pathsregnat
2021-05-04Fix the double-slash in the realisations pathregnat
2021-05-03Merge pull request #4750 from NinjaTrappeur/nin-build-dry-run-jsonEelco Dolstra
2021-05-03Merge pull request #4761 from emilazy/issue-4658-mark-impure-host-deps-as-opt...Eelco Dolstra
2021-05-03Bump version number for `DerivedPath` changesMaximilian Bosch
2021-05-02Mark `__impureHostDeps` paths as optionalEmily
2021-04-27Merge pull request #4751 from Ma27/storepath-posDomen Kožar
2021-04-27primops/storePath: add trace to pure mode errorMaximilian Bosch
2021-04-27nix build: make dry-run to print a json output if --json is enabledFélix Baylac-Jacqué
2021-04-23Merge branch 'remove-trailing-spaces' of github.com:NixOS/nixEelco Dolstra
2021-04-23Replace the trailing markdown spaces by a backslashregnat
2021-04-23Merge pull request #4732 from NixOS/4725-always-register-the-realisationsEelco Dolstra
2021-04-23Merge pull request #4440 from Ma27/misc-pos-fixesEelco Dolstra
2021-04-23Revert "Make `nix shell` fallback to static outputs when needed"regnat
2021-04-22Always register the realisations of input-addressed drvsregnat
2021-04-22Merge branch 'master' of github.com:NixOS/nixEelco Dolstra
2021-04-22Merge branch 'nix-derivation-query-store-path' of https://github.com/matthewb...Eelco Dolstra
2021-04-22Merge pull request #4724 from NixOS/nix-shell-missing-outputsEelco Dolstra
2021-04-22Remove makeDecompressionSource()Eelco Dolstra
2021-04-22Merge branch 's3-decompress' of https://github.com/lukegb/nixEelco Dolstra
2021-04-22libutil: allow decompression with none/empty methodLuke Granger-Brown