index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
profile.cc
Age
Commit message (
Expand
)
Author
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-03-02
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2023-03-01
Merge pull request #7788 from bobvanderlinden/pr-improve-nix-profile-install-...
Valentin Gagarin
2023-03-01
nix-profile: add FIXME about using C++20 std::ranges
Bob van der Linden
2023-02-28
nix-profile-install: show helpful error upon package conflict
Bob van der Linden
2023-02-20
Split out `InstallableFlake` and `InstallableAttrPath`
John Ericson
2023-01-11
Rename `OutputPath` -> `ExtendedOutputPath`
John Ericson
2023-01-11
Improve `OutputsSpec` slightly
John Ericson
2023-01-10
Add a FIXME
Eelco Dolstra
2023-01-10
ExtraInfo -> ExtraPathInfo
Eelco Dolstra
2022-12-20
Merge toDerivations() into toDerivedPaths()
Eelco Dolstra
2022-11-21
nix build --json: Include build statistics
Eelco Dolstra
2022-05-25
Fix warning
Eelco Dolstra
2022-05-16
resolve redundant priority passing, wrap NixInt in eval-cache variant
Eli Kogan-Wang
2022-05-13
Integrate review changes
Eli Kogan-Wang
2022-05-11
Add priority for nix profile install
Eli Kogan-Wang
2022-05-03
nix profile: Support overriding outputs
Eelco Dolstra
2022-05-03
Allow selecting derivation outputs using 'installable!outputs'
Eelco Dolstra
2022-04-26
Remove obsolete FIXME
Eelco Dolstra
2022-03-30
profile!: consistent use of url/uri. create new version
Tom Bereknyei
2022-03-28
nix profile install: Don't use queryDerivationOutputMap()
Eelco Dolstra
2022-03-24
Fix flake profile use of originalUrl vs. originalUri
Rok Garbas
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-03-02
nix profile: Support CA derivations
Eelco Dolstra
2022-03-02
Move installables-related operations
Eelco Dolstra
2022-03-02
Style
Eelco Dolstra
2022-02-24
libfetchers: Rename immutable -> locked
Eelco Dolstra
2022-02-21
Apply suggestions from code review
Matthew Bauer
2022-02-20
Add verbosity to nix profile upgrade
Matthew Bauer
2022-02-14
InstallableFlake: Default attr paths cleanup
Eelco Dolstra
2022-02-11
profile: add verbosity
Tom Bereknyei
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-09-14
nix profile history: Show profile date
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-22
Use eval-store in more places
Eelco Dolstra
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-05-05
Use derivation output name from toDerivation
Matthew Bauer
2021-04-05
Make `DerivedPathWithHints` a newtype
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-02-17
Throw an error if --arg / --argstr is used with a flake
Eelco Dolstra
2021-02-02
Use derivation output name from toDerivation
Matthew Bauer
2021-01-18
nix profile install: Support installing non-flakes
Eelco Dolstra
2021-01-12
Add 'nix profile history' command
Eelco Dolstra
2021-01-12
nix profile info -> nix profile list
Eelco Dolstra
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
[next]