index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
app.cc
Age
Commit message (
Expand
)
Author
2023-09-07
Allow dynamic derivation deps in `inputDrvs`
John Ericson
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-07-13
Feature gate `DownstreamPlaceholder::unknownCaOutput`
John Ericson
2023-05-17
Upgrade `downstreamPlaceholder` to a type with methods
John Ericson
2023-03-16
Move value-only methods to `InstallableValue`
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-02-03
Factor out `InstallableStorePath` to its own file, dedup
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-10
Parse string context elements properly
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2022-12-20
Merge toDerivations() into toDerivedPaths()
Eelco Dolstra
2022-11-21
nix build --json: Include build statistics
Eelco Dolstra
2022-10-26
nix run: fix "'defaultApp.x86_64-linux' should have type 'derivation'"
Yorick van Pelt
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-26
EvalCache: Revert to using symbols in getAttr()
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-19
Require formatters to be packages
Eelco Dolstra
2022-04-19
Fix compilation, style fixes
Eelco Dolstra
2022-04-19
Merge branch 'make-flake-show-more-lenient-on-apps' of https://github.com/flo...
Eelco Dolstra
2022-04-14
fix: ensure apps are apps and packages are packages
Tom Bereknyei
2022-04-14
Make InstallableFlake::toValue() and toDerivation() behave consistently
Eelco Dolstra
2022-03-22
Merge pull request #6237 from obsidiansystems/store-path-string-context
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-02
Move installables-related operations
Eelco Dolstra
2022-01-18
Add Installable::toDrvPaths()
Eelco Dolstra
2021-10-27
run: use pname as a fallback for main program
figsoda
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-05-18
Restore an accidentally suppressed negation
regnat
2021-05-17
Split the parsing of an `App` and its resolving
regnat
2021-05-17
Resolve the program path in `nix run`
regnat
2021-02-17
nix run: Allow program name to be set in meta.mainProgram
Eelco Dolstra
2020-08-07
Make --no-eval-cache a global setting
Eelco Dolstra
2020-06-29
nix run: Use packages/legacyPackages as fallback if there is no app definition
Eelco Dolstra
2020-06-29
Move App
Eelco Dolstra