aboutsummaryrefslogtreecommitdiff
path: root/src/nix/run.cc
AgeCommit message (Expand)Author
2022-12-23nix develop: Set personalityEelco Dolstra
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-04-01fix(run): set applyNixConfig lockFlagTom Bereknyei
2022-03-28nix {run,shell}: Print a better error message if the store is not localEelco Dolstra
2022-03-02Move installables-related operationsEelco Dolstra
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2021-12-22Remove CPU lockingEelco Dolstra
2021-08-21nix {bundle,run}: drop broken flake attr-path prefixesJan Tojnar
2021-07-27nix develop: Support chroot storesEelco Dolstra
2021-07-22Use eval-store in more placesEelco Dolstra
2021-06-18UDSRemoteStore: Support the 'root' store parameterEelco Dolstra
2021-05-17Split the parsing of an `App` and its resolvingregnat
2021-04-07restoreSignals() + restoreAffinity() -> restoreProcessContext()Eelco Dolstra
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-23Merge pull request #4336 from NixOS/manpagesEelco Dolstra
2020-12-22chrootHelper: Handle symlinks in the root directoryEelco Dolstra
2020-12-21Add 'nix run' and 'nix shell' manpagesEelco Dolstra
2020-12-01shut up clang warningsregnat
2020-10-06Remove static variable name clashesEelco Dolstra
2020-10-01add more examples to --help of `nix run`DavHau
2020-07-15nix: Add --derivation flag to operate on .drv pathsEelco Dolstra
2020-07-15Clean up RealiseModeEelco Dolstra
2020-06-29nix run: Use packages/legacyPackages as fallback if there is no app definitionEelco Dolstra
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-05-15Move registry-related commands from 'nix flake' to 'nix registry'Eelco Dolstra
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-11CleanupEelco Dolstra
2020-05-10Add completion for pathsEelco Dolstra
2020-05-05Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-01rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-04-29rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-09Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-07`nix run` using $SHELL as default commandmlatus
2020-03-30Backport 'nix dev-shell' from the flakes branchEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-12-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-11-07use MixEnvironment in run and shellmatthew
2019-11-07changesmatthew
2019-11-07environment fixes in runmatthew
2019-10-31change deprecated attribute syntax in run examplesmatthew
2019-10-15Support non-x86_64-linux system types in flakesEelco Dolstra
2019-08-29Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra