index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
profiles.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-05-29
util.{hh,cc}: Split out users.{hh,cc}
Tom Hubrecht
2024-03-04
Merge pull request #9041 from trofi/profiles-sign
eldritch horrors
2023-06-19
Clean up a few things related to profiles (#8526)
John Ericson
2023-03-23
Factor out the generation of the profile/channel directory
Théophane Hufschmitt
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-10
A setting to follow XDG Base Directory standard
Alexander Bantyev
2023-01-17
Keep the default profile the same
Théophane Hufschmitt
2023-01-17
Don't try to migrate existing profiles
Théophane Hufschmitt
2023-01-17
Migrate the old profiles to the new location
Théophane Hufschmitt
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-09-14
Add 'nix profile wipe-history' command
Eelco Dolstra
2021-09-14
Generations -> profile versions
Eelco Dolstra
2021-09-14
Add "nix profile rollback" command
Eelco Dolstra
2021-07-12
Error -> UsageError
Eelco Dolstra
2021-07-11
Throw on unexpected input for --delete-older-than
Niels Egberts
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-09-23
lstat() cleanup
Eelco Dolstra
2020-09-03
addPermRoot(): Remove indirect flag
Eelco Dolstra
2020-09-03
createGeneration(): Always create an indirect root
Eelco Dolstra
2020-09-03
createGeneration(): Take a StorePath
Eelco Dolstra
2020-07-16
Generations API cleanup
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2018-03-01
only delete things older than current gen and update logic in doc as
Matthew O'Gorman
2018-03-01
remove unused variable and make sure to check that the current
Matthew O'Gorman
2018-03-01
this updates issues that were addressed by people in pr
Matthew O'Gorman
2018-03-01
Implement --delete-generations + flag for keeping last N number of generations
Matthew O'Gorman
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
2016-02-11
Move addPermRoot into Store
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-05-21
nix-collect-garbage: Don't call nix-env
Eelco Dolstra
2015-05-21
Move profiles.{cc,hh} to libstore
Eelco Dolstra