aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
AgeCommit message (Expand)Author
2020-01-29Clean up the lock file handling flagsEelco Dolstra
2020-01-29Add flag --override-input to override specific lock file entriesEelco Dolstra
2020-01-24HandleLockFile -> LockFileModeEelco Dolstra
2019-12-14Fix InstallableCommandEelco 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-05Move Command and MultiCommand to libutilEelco Dolstra
2019-12-05MultiCommand: Simplify constructionEelco Dolstra
2019-12-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-02Merge branch 'run-environment' of https://github.com/mkenigs/nix into flakesEelco Dolstra
2019-11-27nix: Add --expr flagEelco Dolstra
2019-11-26Fix clang warningsEelco Dolstra
2019-11-08Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-08Move editorFor srom libutil to nixEelco Dolstra
2019-11-07Factor out code to handle environment in run into MixEnvironmentmatthew
2019-11-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-10-22Add start of 'nix profile' commandEelco Dolstra
2019-10-21Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-15Support non-x86_64-linux system types in flakesEelco Dolstra
2019-10-14Move code aroundEelco Dolstra
2019-09-02Shut up some clang warningsEelco Dolstra
2019-07-12nix dev-shell: Make it possible to enter a profileEelco Dolstra
2019-07-12nix build: Add '--profile' flagEelco Dolstra
2019-06-18Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-06-17nix flake check: Check appsEelco Dolstra
2019-06-17nix app: Search for installable in the 'apps' outputEelco Dolstra
2019-06-03Add 'nix app' commandEelco Dolstra
2019-05-29Put flake-related stuff in its own namespaceEelco Dolstra
2019-05-22Move flake-related flags into a separate classEelco Dolstra
2019-05-22Improve FlakeCommandEelco Dolstra
2019-05-17Lockfile handling in `resolveFlake` is fixedNick Van den Broeck
2019-05-16Fixed issue 65Nick Van den Broeck
2019-05-02nix dev-shell: Use 'provides.devShell' by defaultEelco Dolstra
2019-04-19Use "." as the default installableEelco Dolstra
2019-04-16Update lock files from InstallableFlake::toValue()Eelco Dolstra
2019-04-16Improve incremental buildEelco Dolstra
2019-04-15Merge remote-tracking branch 'tweag/automatedUpdate' into flakesEelco Dolstra
2019-04-11Automated lockfile updating with `nix build`Nick Van den Broeck
2019-04-11FlakeRegistry = FlakeRef -> FlakeRefNick Van den Broeck
2019-04-08nix: Make -f work for compatibilityEelco Dolstra
2019-03-22Issue #15 is finishedNick Van den Broeck
2019-03-22Fixed minor thingsNick Van den Broeck
2019-03-22Implemented --flake flag for nix buildNick Van den Broeck
2019-03-07Implemented json flag for `nix flake info`Nick Van den Broeck
2019-02-26Implemented "nix flake info"Nick Van den Broeck
2019-02-12nix: Add --flake flagEelco Dolstra
2019-02-11Move Command and MultiCommand to libutilEelco Dolstra