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
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