aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 #2877 from NixOS/improve-flake-commandEelco Dolstra
2019-05-22nix flake deps: Print flake dependenciesEelco Dolstra
2019-05-22Move flake-related flags into a separate classEelco Dolstra
2019-05-22Add some testsEelco Dolstra
2019-05-22Improve FlakeCommandEelco Dolstra
2019-05-21Merge pull request #2881 from NixOS/misc-fixesEelco Dolstra
2019-05-21Use warn(), tweak messagesEelco Dolstra
2019-05-21Only rewrite the lockfile if it changedEelco Dolstra
2019-05-21Merge branch 'fixLockFile' of https://github.com/CSVdB/nix into flakesEelco Dolstra
2019-05-17Lockfile handling in `resolveFlake` is fixedNick Van den Broeck
2019-05-16Give errors in resolveFlakeNick Van den Broeck
2019-05-16Fixed issue 65Nick Van den Broeck
2019-05-16Merge pull request #96 from tweag/support-chroot-storeEelco Dolstra
2019-05-16Merge pull request #97 from tweag/flake-docsEelco Dolstra
2019-05-15Start of flake documentationEelco Dolstra
2019-05-15Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-05-15Merge pull request #2810 from NixOS/print-build-logsEelco Dolstra
2019-05-15nix: Add --print-build-logs flagEelco Dolstra
2019-05-15Make flakes work with 'nix build --store ...'Eelco Dolstra
2019-05-15nix-profile: Add all channels to $NIX_PATHEelco Dolstra
2019-05-15Fix shellcheck errorEelco Dolstra
2019-05-15Merge pull request #91 from tweag/disable-some-testsEelco Dolstra
2019-05-15Disable tests introduced by PR #82Eelco Dolstra
2019-05-15Merge remote-tracking branch 'tweag/fixmes' into flakesEelco Dolstra
2019-05-15One FIXME was already fixedNick Van den Broeck