aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2021-12-14Merge pull request #5623 from yorickvP/fix-5621Théophane Hufschmitt
2021-12-13Re-allow inputs.x.url = "/path/to/file"Eelco Dolstra
2021-12-13Merge branch 'better-interpolation-error-location' of https://github.com/gree...Eelco Dolstra
2021-12-02Introduce builtins.groupBy primopSilvan Mosberger
2021-12-02Flakes: computeLocks: pass correct LockParent when reusing oldLockAlexander Bantyev
2021-11-29flakes: fix boolean and int nixConfig valuesYorick van Pelt
2021-11-28Don't move the arguments of the primOpAndreas Rammhold
2021-11-25Merge pull request #5648 from edolstra/list-iterEelco Dolstra
2021-11-25Support range-based for loop over list valuesEelco Dolstra
2021-11-25Fix the error when accessing a forbidden path in pure evalregnat
2021-11-24Merge pull request #5631 from Infinisil/list-compareEelco Dolstra
2021-11-24Make lists be comparableSilvan Mosberger
2021-11-22Merge pull request #5624 from rofrol/typo-single-quoteEelco Dolstra
2021-11-22Typo: change to normal singlequoteRoman Frołow
2021-11-20add real path to allowedPathsTom Bereknyei
2021-11-18Merge branch 'accept_conf' of https://github.com/tomberek/nixEelco Dolstra
2021-11-18Merge pull request #5580 from ksonj/fix/non-standard-sshEelco Dolstra
2021-11-17Simplify fix by disallowing / in front of @ to match scp styleKalle Jepsen
2021-11-17Parse '(f x) y' the same as 'f x y'Eelco Dolstra
2021-11-17Fix detection of scp-style URIs to support non-standard SSH ports for gitKalle Jepsen
2021-11-16Call functors with both arguments at onceEelco Dolstra
2021-11-16Don't hang when calling an attrsetEelco Dolstra
2021-11-16Merge pull request #5472 from NixOS/async-realisation-substitutionEelco Dolstra
2021-11-15Merge branch 'master' of github.com:NixOS/nixEelco Dolstra
2021-11-15Simplify lockFlake() a bitEelco Dolstra
2021-11-15Merge branch 'balsoft/fix-subinputs-not-getting-updated' of https://github.co...Eelco Dolstra
2021-11-15Merge pull request #5428 from kreisys/add-pos-to-json-type-errorDomen Kožar
2021-11-13toXML: display errors positionKevin Amado
2021-11-12Adds an accept-flake-config flagTom Bereknyei
2021-11-11Flakes: refetch the input when a follows disappearsAlexander Bantyev
2021-11-09Merge pull request #5494 from tweag/balsoft/allow-references-in-addPathEelco Dolstra
2021-11-09addToStore, addToStoreFromDump: refactor: pass refs by const referenceAlexander Bantyev
2021-11-08Merge pull request #5504 from NixOS/flake-options-and-daemonEelco Dolstra
2021-11-07Remove unused "<let-body>" symbolAndreas Rammhold
2021-11-05addPath: allow paths with referencesAlexander Bantyev
2021-11-05Make the flake options work when using the daemonregnat
2021-11-04Remove maxPrimOpArityEelco Dolstra
2021-11-04Fix derivation primopEelco Dolstra
2021-11-04Use callFunction() with an array for some calls with arity > 1Eelco Dolstra
2021-11-04Add level / displacement typesEelco Dolstra
2021-11-04Optimize primop callsEelco Dolstra
2021-11-04StaticEnv: Use std::vector instead of std::mapEelco Dolstra
2021-11-03Don’t require `ca-derivations` when `__contentAddressed = false`regnat
2021-10-27toJSON: improve pos accuracy, add traceShay Bergmann
2021-10-27Remove redundant 'warning:'Eelco Dolstra
2021-10-26toJSON: pass pos in case of a list as wellShay Bergmann
2021-10-26Tweak fetchTree docsEelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-10-25toJSON: report error position for fancier outputShay Bergmann
2021-10-17fetch: nicer infinite recursion errorsKevin Amado