aboutsummaryrefslogtreecommitdiff
path: root/src/nix/app.cc
AgeCommit message (Expand)Author
2022-04-21store Symbols in a table as well, like positionspennae
2022-04-19Require formatters to be packagesEelco Dolstra
2022-04-19Fix compilation, style fixesEelco Dolstra
2022-04-19Merge branch 'make-flake-show-more-lenient-on-apps' of https://github.com/flo...Eelco Dolstra
2022-04-14fix: ensure apps are apps and packages are packagesTom Bereknyei
2022-04-14Make InstallableFlake::toValue() and toDerivation() behave consistentlyEelco Dolstra
2022-03-22Merge pull request #6237 from obsidiansystems/store-path-string-contextEelco Dolstra
2022-03-18Decode string context straight to using `StorePath`sJohn Ericson
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-02Move installables-related operationsEelco Dolstra
2022-01-18Add Installable::toDrvPaths()Eelco Dolstra
2021-10-27run: use pname as a fallback for main programfigsoda
2021-07-22Use eval-store in more placesEelco Dolstra
2021-05-18Restore an accidentally suppressed negationregnat
2021-05-17Split the parsing of an `App` and its resolvingregnat
2021-05-17Resolve the program path in `nix run`regnat
2021-02-17nix run: Allow program name to be set in meta.mainProgramEelco Dolstra
2020-08-07Make --no-eval-cache a global settingEelco Dolstra
2020-06-29nix run: Use packages/legacyPackages as fallback if there is no app definitionEelco Dolstra
2020-06-29Move AppEelco Dolstra