aboutsummaryrefslogtreecommitdiff
path: root/src/nix/installables.cc
AgeCommit message (Expand)Author
2019-05-29Put flake-related stuff in its own namespaceEelco Dolstra
2019-05-28Remove redundant resolvedRef fields since they're already in SourceInfoEelco Dolstra
2019-05-28Store SourceInfo in Flake and NonFlakeEelco Dolstra
2019-05-23Register flake source trees as GC rootsEelco 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-16Give errors in resolveFlakeNick 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-16Fix makeFlakeValue()Eelco Dolstra
2019-04-15Move --impure to MixEvalArgsEelco 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-08WhitespaceEelco Dolstra
2019-04-08Allow relative paths in flakerefsEelco Dolstra
2019-04-08nix: Add --impure as a shorter alias of --no-pure-evalEelco Dolstra
2019-04-08nix: Support nixpkgs.<attrpath> for compatibilityEelco Dolstra
2019-04-08nix: Make -f work for compatibilityEelco Dolstra
2019-04-08nix: New installables syntaxEelco Dolstra
2019-03-26Remove debug lineEelco Dolstra
2019-03-22Fixed minor thingsNick Van den Broeck
2019-02-12nix: Add --flake flagEelco Dolstra
2019-02-12Enforce use of immutable flakes in pure modeEelco Dolstra
2019-02-12nix: Enable pure mode by defaultEelco Dolstra
2019-02-11Initial flake supportEelco Dolstra
2018-08-10Slightly questionable workaround for #2342Eelco Dolstra
2018-06-13nix: Remove special handling of .drv filesEelco Dolstra
2018-02-12toBuildables -> buildEelco Dolstra
2018-01-16parseExprFromFile -> evalFileEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-09-27nix build: Fix realising a store pathEelco Dolstra
2017-09-25Add "nix show-derivation"Eelco Dolstra
2017-09-10nix build: Only download the requested derivation outputsEelco Dolstra
2017-09-06nix build: Create result symlinksEelco Dolstra
2017-09-01Fix verbosity level for nix build --dry-runEelco Dolstra
2017-08-29nix edit / log: Operate on a single InstallableEelco Dolstra
2017-08-16Improve substitution progress indicatorEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-20nix search: Ignore top-level eval errorsEelco Dolstra
2017-07-20Add "nix search" commandEelco Dolstra
2017-07-14Avoid a call to derivationFromPath()Eelco Dolstra
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-07-04Fix handling of expression installables with a / in themEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-05-02Fix "nix ... --all"Eelco Dolstra