aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-29nix flake info --json: List the "provides"Eelco Dolstra
2019-05-29Hack: Use legacyPackages from NixpkgsEelco Dolstra
2019-05-29flake.nix: Add more checksEelco Dolstra
2019-05-29nix flake check: Use read-only mode if we're not buildingEelco Dolstra
2019-05-29nix flake check: Check defaultPackage, devShell and packagesEelco Dolstra
2019-05-29Add 'nix flake check' commandEelco Dolstra
2019-05-29DohEelco Dolstra
2019-05-29Remove makeFlakeValue()Eelco Dolstra
2019-05-29Put flake-related stuff in its own namespaceEelco Dolstra
2019-05-29Make unsupported flake attributes a fatal errorEelco Dolstra
2019-05-29Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-05-29Enable more fromTOML testsEelco Dolstra
2019-05-29Fix eval-okay-fromTOML testEelco Dolstra
2019-05-29bump cpptoml to v0.1.1Ding Xiang Fei
2019-05-29Merge pull request #2898 from NixOS/last-modifiedEelco Dolstra
2019-05-29Get last commit time of github flakesEelco Dolstra
2019-05-29Add date of last commit to SourceInfoEelco Dolstra
2019-05-29Merge pull request #2897 from NixOS/source-infoEelco Dolstra
2019-05-28Iterate over referencesEelco Dolstra
2019-05-28Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nixEelco Dolstra
2019-05-28nix flake info: Add missing newlineEelco Dolstra
2019-05-28printFlakeInfo: Separate JSON outputEelco Dolstra
2019-05-28callFlake(): Emit source info attributes for non-flake dependenciesEelco Dolstra
2019-05-28nix flake deps: Remove --json flag for nowEelco Dolstra
2019-05-28printFlakeInfo/printNonFlakeInfo: Factor out commonalityEelco Dolstra
2019-05-28nix flake info/deps: Stop progress bar before printing outputEelco Dolstra
2019-05-28Remove redundant resolvedRef fields since they're already in SourceInfoEelco Dolstra
2019-05-28Rename contentHash -> narHash for consistencyEelco Dolstra
2019-05-28Move hash into SourceInfo and rename to narHash to avoid ambiguityEelco Dolstra
2019-05-28Store SourceInfo in Flake and NonFlakeEelco Dolstra
2019-05-28Merge branch 'nonFlakeRequiresTest' of https://github.com/CSVdB/nix into flakesEelco Dolstra
2019-05-28Added nonFlakeRequires testNick Van den Broeck
2019-05-28Merge pull request #2895 from CSVdB/fixRelativePathsEelco Dolstra
2019-05-28Fixed relative path parsingNick Van den Broeck
2019-05-26Remove outdated fetchGit testEelco Dolstra
2019-05-25Merge pull request #2890 from NixOS/offline-flakesEelco Dolstra
2019-05-23Register flake source trees as GC rootsEelco Dolstra
2019-05-23FlakeRef::to_string(): Check round tripEelco Dolstra
2019-05-23fetchGit: Don't barf if we can't update our Git cloneEelco Dolstra
2019-05-23Fix testsEelco Dolstra
2019-05-23Merge pull request #2886 from NixOS/fetch-registryEelco Dolstra
2019-05-22Add a test for the registry GC rootEelco Dolstra
2019-05-22Prevent the global registry from being GC'edEelco Dolstra
2019-05-22Refactor downloadCached() interfaceEelco Dolstra
2019-05-22Fetch the flake registry from the NixOS/flake-registry repoEelco Dolstra
2019-05-22Merge pull request #2884 from NixOS/check-epochEelco Dolstra
2019-05-22flake-registry: tweag/nix -> NixOS/nixEelco Dolstra
2019-05-22Check the flake epochEelco Dolstra
2019-05-22Merge pull request #2880 from Ma27/document-optional-attrs-with-at-patternEelco Dolstra
2019-05-22Merge pull request #2877 from NixOS/improve-flake-commandEelco Dolstra