aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/profiles.cc
AgeCommit message (Expand)Author
2024-08-28tree-wide: shuffle headers around for about 30s compile timeJade Lovelace
2024-05-29util.{hh,cc}: Split out users.{hh,cc}Tom Hubrecht
2024-03-04Merge pull request #9041 from trofi/profiles-signeldritch horrors
2023-06-19Clean up a few things related to profiles (#8526)John Ericson
2023-03-23Factor out the generation of the profile/channel directoryThéophane Hufschmitt
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-02-10A setting to follow XDG Base Directory standardAlexander Bantyev
2023-01-17Keep the default profile the sameThéophane Hufschmitt
2023-01-17Don't try to migrate existing profilesThéophane Hufschmitt
2023-01-17Migrate the old profiles to the new locationThéophane Hufschmitt
2023-01-17Move the default profiles to the user’s homeThéophane Hufschmitt
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-09-14Add 'nix profile wipe-history' commandEelco Dolstra
2021-09-14Generations -> profile versionsEelco Dolstra
2021-09-14Add "nix profile rollback" commandEelco Dolstra
2021-07-12Error -> UsageErrorEelco Dolstra
2021-07-11Throw on unexpected input for --delete-older-thanNiels Egberts
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-09-23lstat() cleanupEelco Dolstra
2020-09-03addPermRoot(): Remove indirect flagEelco Dolstra
2020-09-03createGeneration(): Always create an indirect rootEelco Dolstra
2020-09-03createGeneration(): Take a StorePathEelco Dolstra
2020-07-16Generations API cleanupEelco Dolstra
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-03-24Misc changes from the flakes branchEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2018-03-01only delete things older than current gen and update logic in doc asMatthew O'Gorman
2018-03-01remove unused variable and make sure to check that the currentMatthew O'Gorman
2018-03-01this updates issues that were addressed by people in prMatthew O'Gorman
2018-03-01Implement --delete-generations + flag for keeping last N number of generationsMatthew O'Gorman
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-06-02Allow setting the state directory as a store parameterEelco Dolstra
2016-05-04Cleanup: Remove singleton()Eelco Dolstra
2016-02-11Move addPermRoot into StoreEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-05-21nix-collect-garbage: Don't call nix-envEelco Dolstra
2015-05-21Move profiles.{cc,hh} to libstoreEelco Dolstra