aboutsummaryrefslogtreecommitdiff
path: root/src/nix-channel
AgeCommit message (Expand)Author
2024-05-29util.{hh,cc}: Split out users.{hh,cc}Tom Hubrecht
2024-04-08Format Nix code with `nixfmt`Rebecca Turner
2024-03-27meson: implement functional testsQyriad
2024-03-18libutil: make AutoCloseFD a better resourceeldritch horrors
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-04Merge pull request #10054 from syvb/channel-unpack-counteldritch horrors
2024-03-04Merge pull request #9277 from keszybz/file-permissionseldritch horrors
2023-08-02Factor out `nix-defexpr` path computationJohn Ericson
2023-06-02Add nix-channel --list-generationsShamrock Lee
2023-03-23Factor out the generation of the profile/channel directoryThéophane Hufschmitt
2023-03-23nix-channel: Restore the old root channels directoryThéophane Hufschmitt
2023-02-10A setting to follow XDG Base Directory standardAlexander Bantyev
2023-01-17Move the default profiles to the user’s homeThéophane Hufschmitt
2022-03-03Fix segfault in headerCallback()Eelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-07-25nix-channel: use nix-env -i --remove-all to upgradeGuillaume Girol
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-01-26Move command plugin interface to libnixcmdShea Levy
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-29Make Headers an optional argumentEelco Dolstra
2020-09-25Merge remote-tracking branch 'origin/master' into github-api-tokenGregory Hale
2020-09-17Remove corepkgs/unpack-channel.nixEelco Dolstra
2020-09-16Fetch commits from github/gitlab using Auth headerGreg Hale
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-04-30fix error callsBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-08after flake rebaseNikola Knezevic
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic
2020-04-08DownloadError -> DataTransferErrorNikola Knezevic
2020-04-08Rename src/lib/download.* to src/lib/datatransfer.*Nikola Knezevic
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco Dolstra
2019-06-24Refactor downloadCached() interfaceEelco Dolstra
2019-06-24downloadCached: Return ETagEelco Dolstra
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-09-04Get effective user in Nix commandsMatthew Bauer
2018-05-09make sure not to use cached channels for nix-channel --updateYorick van Pelt
2018-04-21Fix library ordering in MakefilesAndrew Dunham
2018-03-20Remove unused channel-cache directoryEelco Dolstra
2018-03-20Style fixEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-05-16Improve progress indicatorEelco Dolstra
2017-05-05Figure out the user's home directory if $HOME is not setEelco Dolstra
2017-04-10nix-channel: error out if direct tarball unpack fails.Shea Levy
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux