aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-04-28fix errors case and wordingGuillaume Maudoux
2022-04-26EvalCache: Revert to using symbols in getAttr()Eelco Dolstra
2022-04-25rename SymbolIdx -> Symbol, Symbol -> SymbolStrpennae
2022-04-22Merge remote-tracking branch 'origin/master' into nixbuildaddprintstorepathsThéophane Hufschmitt
2022-04-21store Symbols in a table as well, like positionspennae
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2022-04-21don't use full Pos for findPackageFilename/editorForpennae
2022-04-21remove Bindings::needpennae
2022-04-21Move hiliteMatches into a separate headerEelco Dolstra
2022-04-20Merge pull request #3720 from obsidiansystems/fix-url-formatThéophane Hufschmitt
2022-04-20Merge remote-tracking branch 'upstream/master' into fix-url-formatJohn Ericson
2022-04-20nix build: add --print-out-paths flagArtturin
2022-04-20nix repl: make symlinks with the :bl commandckie
2022-04-19Require formatters to be packagesEelco Dolstra
2022-04-19Merge branch 'issue-6075' of https://github.com/kamadorueda/nixEelco 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-19Merge pull request #6404 from edolstra/unify-flake-attr-evalEelco Dolstra
2022-04-19Avoid `fmt` when constructor already does itJohn Ericson
2022-04-18Add .tgz as tarball extension in documentationRobert Helgesson
2022-04-15Merge pull request #6323 from erikarvstedt/eval-read-onlyEelco Dolstra
2022-04-14fix: ensure apps are apps and packages are packagesTom Bereknyei
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-26nix eval: Add option `read-only`Erik Arvstedt
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-18Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-03-18Revert extra colon at end os stringsGuillaume Maudoux