aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2022-04-14Make InstallableFlake::toValue() and toDerivation() behave consistentlyEelco Dolstra
2022-04-06nix flake check: Warn about deprecated nixosModule outputRehno Lindeque
2022-04-05Merge pull request #6362 from thufschmitt/verbose-doctorEelco Dolstra
2022-04-05doctor: Always show the outputThéophane Hufschmitt
2022-04-05Allow `welcomeText` when checking a flake templateThéophane Hufschmitt
2022-04-01fix(run): set applyNixConfig lockFlagTom Bereknyei
2022-04-01Merge pull request #6344 from flox/profile_url_uriEelco Dolstra
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-30profile!: consistent use of url/uri. create new versionTom Bereknyei
2022-03-30bundler: update default bundler to support new bundler APITom Bereknyei
2022-03-29Simplify the handling of the hash moduloThéophane Hufschmitt
2022-03-28Merge pull request #6330 from edolstra/run-remote-storeThéophane Hufschmitt
2022-03-28nix {run,shell}: Print a better error message if the store is not localEelco Dolstra
2022-03-28nix profile install: Don't use queryDerivationOutputMap()Eelco Dolstra
2022-03-25Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...Eelco Dolstra
2022-03-24nix: allow whitespace characters before command in replpolykernel
2022-03-24nix store make-content-addressed: Support --from / --toEelco Dolstra
2022-03-24Rename 'nix store make-content-addressable' to 'nix store make-content-addres...Eelco Dolstra
2022-03-24fetchClosure: Allow a path to be rewritten to CA on the flyEelco Dolstra
2022-03-24Fix flake profile use of originalUrl vs. originalUriRok Garbas
2022-03-22nix edit: support kakouneHideaki Kawai
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-18Use Deferred when building an input-addressed drvJohn Ericson
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-17Fix `nix build --dry-run` with CA derivationsThéophane Hufschmitt
2022-03-15Merge pull request #6229 from obsidiansystems/refactor-hash-moduloThéophane Hufschmitt
2022-03-11Reduce variants for derivation hash moduloJohn Ericson
2022-03-11Deduplicate the Store downcasting with a templateJohn Ericson
2022-03-11Factor out a `LogStore` interfaceJohn Ericson
2022-03-11Rename `requireGcStore` to `GcStore::require`John Ericson
2022-03-07StyleEelco Dolstra
2022-03-07Explicit error in flake init/new when not in storeGuillaume Desforges
2022-03-03Factor out a `GcStore` interfaceJohn Ericson
2022-03-03printValue(): Don't show repeated valuesEelco Dolstra
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-03-02nix profile: Support CA derivationsEelco Dolstra
2022-03-02Move installables-related operationsEelco Dolstra
2022-03-02StyleEelco Dolstra
2022-02-28Merge pull request #6072 from Ma27/fix-nix-why-depends-non-preciseThéophane Hufschmitt
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-24Merge pull request #6089 from edolstra/dot-defaultEelco Dolstra
2022-02-24libfetchers: Rename immutable -> lockedEelco Dolstra
2022-02-24Merge pull request #5342 from Misterio77/add-sourcehutThéophane Hufschmitt
2022-02-22Update docsEelco Dolstra
2022-02-22nix flake check: Warn about deprecated flake outputsEelco Dolstra
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2022-02-21Merge pull request #6136 from matthewbauer/profile-upgrade-verbosityEelco Dolstra
2022-02-21Apply suggestions from code reviewMatthew Bauer
2022-02-21Remove std::set aliasEelco Dolstra