aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-07Merge branch 'fetchgit-recursive' of https://github.com/blitz/nixEelco Dolstra
2020-04-07CleanupEelco Dolstra
2020-04-07Add FIXMEEelco Dolstra
2020-04-07PathInput: Add some methodsEelco Dolstra
2020-04-07Respect the narHash attribute in more input typesEelco Dolstra
2020-04-07Add 'path' fetcherEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-06comment cleanupBen Burdette
2020-04-06constructor style basically workingBen Burdette
2020-04-06add libutil, libexpr include dirsBen Burdette
2020-04-06Merge branch 'master' into error-formatBen Burdette
2020-04-06nix flake info: Show resolved URLEelco Dolstra
2020-04-06nix flake info --json: Don't evaluateEelco Dolstra
2020-04-06Add FIXMEEelco Dolstra
2020-04-05Don't retry on "unsupported protocol" errorCole Helbling
2020-04-05libexprBen Burdette
2020-04-03move out of tests/Ben Burdette
2020-04-03handle Pos instead of individual file/line/columnrange argsBen Burdette
2020-04-03nix-env: Refuse to operate on a new-style profileEelco Dolstra
2020-04-03variadic args for hint formatBen Burdette
2020-04-03Make --override-input stickyEelco Dolstra
2020-04-03getFlake: In pure mode, check that the argument is an immutable flakerefEelco Dolstra
2020-04-02formatted with astyleBen Burdette
2020-04-02indentingBen Burdette
2020-04-02Don't barf on registry parse errorsEelco Dolstra
2020-04-02Respect the narHash attribute in more input typesEelco Dolstra
2020-04-02PathInput: Add some methodsEelco Dolstra
2020-04-02Improve error messageEelco Dolstra
2020-04-02Change lastModified to the number of seconds in the epochEelco Dolstra
2020-04-02Move parseTreeInfo()Eelco Dolstra
2020-04-02libexpr: remove unused attrErrorAndreas Rammhold
2020-04-02fetchTree: Support integer attributesEelco Dolstra
2020-04-02Add 'path' fetcherEelco Dolstra
2020-04-02DohEelco Dolstra
2020-04-02nix-env: Refuse to operate on a new-style profileEelco Dolstra
2020-04-02nix flake info --json: Show TreeInfoEelco Dolstra
2020-04-02Make function arguments retain position infoSilvan Mosberger
2020-04-01using std:: everywhere; fix a formatting error; add exception flagsBen Burdette
2020-04-01indentingBen Burdette
2020-04-01remove using std::*, switch to include guardBen Burdette
2020-04-01Support registry entries that must match exactlyEelco Dolstra
2020-04-01Registry: Use a struct instead of a tuple for entriesEelco Dolstra
2020-04-01Add a system-wide flake registry /etc/nix/registry.jsonEelco Dolstra
2020-04-01Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-03-31TypoEelco Dolstra
2020-03-31add some explanatory commentsBen Burdette
2020-03-31rename errors/warningsBen Burdette
2020-03-31enum styleBen Burdette
2020-03-31Merge pull request #3460 from NixOS/dev-shellEelco Dolstra
2020-03-31nix shell -> nix dev-shellEelco Dolstra