aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-01Set version properlyEelco Dolstra
2020-04-01Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-03-31TypoEelco Dolstra
2020-03-31Merge pull request #3460 from NixOS/dev-shellEelco Dolstra
2020-03-31Merge pull request #3463 from Ninlives/placeholder-passAsFileEelco Dolstra
2020-03-31nix shell -> nix dev-shellEelco Dolstra
2020-03-31fix placeholder not substituted in passAsFilemlatus
2020-03-30Backport 'nix dev-shell' from the flakes branchEelco Dolstra
2020-03-30Fix macOS buildEelco Dolstra
2020-03-30Makefile cleanupEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-30Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-30Move fetchers from libstore to libfetchersEelco Dolstra
2020-03-30flake.lock: UpdateEelco Dolstra
2020-03-30Fix segfaultEelco Dolstra
2020-03-30fetchGit: don't use std::filesystem to filter git reposJulian Stecklina
2020-03-29fetchGit: fix submodule corner case by fetching all refs from cacheDirBjørn Forsman
2020-03-29fetchGit: fix submodules = true for dirty treesBjørn Forsman
2020-03-29fetchGit: checkout rev instead of latest refBjørn Forsman
2020-03-29tests/fetchGitSubmodules.sh: more checksBjørn Forsman
2020-03-29fetchGit: add submodules attribute to the .link fileBjørn Forsman
2020-03-29fetchGit: fix submodule output attributeBjørn Forsman
2020-03-29tests/fetchGitSubmodules: add more testsBjørn Forsman
2020-03-29fetchGit: fix "fatal: couldn't find remote ref refs/heads/master" issue with ...Bjørn Forsman
2020-03-29Link to stdc++fsJulian Stecklina
2020-03-29Fix typo in submodule testJulian Stecklina
2020-03-29Rename fetchGit fetchSubmodules to just submodulesJulian Stecklina
2020-03-29Add more test for git submodule functionalityJulian Stecklina
2020-03-29Add git submodule fixes from @bjornforJulian Stecklina
2020-03-29Add documentation for submodule support in fetchGitJulian Stecklina
2020-03-29Add test for fetchGit submodule supportJulian Stecklina
2020-03-29Add fetchSubmodules to builtins.fetchGitJulian Stecklina
2020-03-28nix flake info --json: Dump attr-style flakerefEelco Dolstra