Commit graph

  • a865049c4f tryEval: Allocate true and false once Robert Hensing 2024-03-20 23:06:23 +0100
  • d71e74838a readDir: Allocate type strings only once Robert Hensing 2024-03-20 22:56:42 +0100
  • 4c8a33ce46
    Update src/nix/build.md Jonathan Ringer 2024-03-20 14:42:44 -0700
  • 7d2ead50e5
    Merge pull request #10083 from lf-/jade/refactor-repl-input Robert Hensing 2024-03-20 22:37:40 +0100
  • d16d7f5f31
    Merge pull request #10251 from edolstra/list-builder Robert Hensing 2024-03-20 22:30:38 +0100
  • d4b0b7f152 createBaseEnv: Use state.vNull Robert Hensing 2024-03-20 21:34:23 +0100
  • 0b08dd45b0 prim_match: Use state.vNull Robert Hensing 2024-03-20 21:28:38 +0100
  • 40a7929c8e Daemon: warn when an untrusted user cannot override a setting Félix Baylac-Jacqué 2019-06-08 00:41:19 +0200
  • 346f92aa4c
    Merge pull request #10241 from bouk/resolve-ref-packed-refs Théophane Hufschmitt 2024-03-20 17:37:15 +0100
  • 4cb0847743
    Merge pull request #10273 from jesses-canva/patch-1 Théophane Hufschmitt 2024-03-20 12:24:17 +0100
  • c448636f7c
    Fix loop over $NIX_PROFILES in nix-profile-daemon.fish.in Jesse Schalken 2024-03-20 15:23:31 +1100
  • a5262fb880 Document how to build many outputs of a flake package Jonathan Ringer 2024-03-19 17:37:04 -0700
  • 7c506432ab
    Merge pull request #10264 from lelgenio/document-pure-eval-store-path Théophane Hufschmitt 2024-03-19 09:59:19 +0100
  • 18945e3f44 Merge branch 'master' into overlayfs-store John Ericson 2024-03-18 16:41:29 -0400
  • cd35e00103
    Adding missing tracking URL for local overlay store John Ericson 2024-03-18 16:41:16 -0400
  • ad217ddbbc Document builtins.storePath being disabled by pure-eval lelgenio 2024-03-18 16:23:17 -0300
  • 5c8983b9e6
    Merge pull request #10259 from ShamrockLee/doc-primops-fix Théophane Hufschmitt 2024-03-17 21:10:52 +0100
  • d2b512959c builtins.addDrvOutputDependencies: fix commentary Yueh-Shun Li 2024-03-18 02:38:31 +0800
  • 39b0b8452f doc: builtins.addDrvOutputDependencies: fix link target Yueh-Shun Li 2024-03-17 06:13:14 +0800
  • 3e6730ee62 Mark Value pointers in Value::elems as const Eelco Dolstra 2024-03-15 18:22:39 +0100
  • fecff520d7 Add a ListBuilder helper for constructing list values Eelco Dolstra 2024-03-14 19:10:31 +0100
  • 0fb5024d8d
    Merge pull request #10243 from DimitarNestorov/patch-1 Eelco Dolstra 2024-03-15 18:13:12 +0100
  • 650161b7ae
    Merge pull request #10242 from fricklerhandwerk/fix-index-redirects Eelco Dolstra 2024-03-15 18:12:50 +0100
  • 49e9efeaaa
    doc: document SRI hash format for outputHash (#10230) Daniel Sidhion 2024-03-14 23:09:47 -0700
  • a50295425e
    docs: update registry examples Dimitar Nestorov 2024-03-14 16:15:52 +0200
  • 3754614b9c adjust anchor redirects to point to new pages Valentin Gagarin 2024-03-14 15:01:47 +0100
  • 60c2d15f5a git fetcher: use resolveRef for getting revision of reference Bouke van der Bijl 2024-03-14 14:04:51 +0100
  • c152c2767a
    Merge pull request #10239 from correabuscar/patch-1 Robert Hensing 2024-03-13 22:45:36 +0100
  • e5840d5760
    typo consant->constant in context.cc Emanuel Czirai 2024-03-13 20:35:24 +0100
  • ea31b8a117 refactor: repl prompts are now the job of the interacter Jade Lovelace 2024-02-26 00:43:44 -0800
  • 70a6ce139b refactor: move readline stuff into its own file Jade Lovelace 2024-02-26 00:34:11 -0800
  • 76aced6915 finally.hh: delete copy constructor which is a bad idea Jade Lovelace 2024-02-26 01:21:54 -0800
  • bff5c94184
    Merge pull request #10205 from 9999years/final-matchers Eelco Dolstra 2024-03-12 07:23:15 +0100
  • 18b89ca58c
    Merge pull request #10227 from tmplt/doc/nix-copy Eelco Dolstra 2024-03-12 07:22:28 +0100
  • e3cc701d86
    Merge pull request #10231 from NixOS/dependabot/github_actions/cachix/install-nix-action-26 Eelco Dolstra 2024-03-12 07:16:25 +0100
  • aa121dc318
    Bump cachix/install-nix-action from 25 to 26 dependabot[bot] 2024-03-11 22:02:01 +0000
  • 90e86bf6d3
    Merge pull request #10229 from NixOS/bump-2.22.0 Eelco Dolstra 2024-03-11 21:51:52 +0100
  • 222c38370f Bump version Eelco Dolstra 2024-03-11 21:16:10 +0100
  • 18b2ef8b20
    Merge pull request #10209 from 9999years/rethrow-for-top-level-errors-in-repl Théophane Hufschmitt 2024-03-11 21:11:28 +0100
  • db36c9ca90 nix-copy: document --all --from local binary cache example Viktor Sonesten 2024-03-11 19:17:45 +0100
  • 25bf671015
    Merge pull request #10200 from 9999years/fix-nix-eval-for-derivations tomberek 2024-03-11 13:56:49 -0400
  • 72e145e415
    Merge pull request #10226 from edolstra/release-notes Eelco Dolstra 2024-03-11 18:32:51 +0100
  • 7f45b1c8d8
    Add release note Rebecca Turner 2024-03-11 09:21:24 -0700
  • 4c97a66b4c Tweak release notes Eelco Dolstra 2024-03-11 18:00:10 +0100
  • b12dc76cfc release notes: 2.21.0 Eelco Dolstra 2024-03-11 16:22:29 +0100
  • 0ce58cd1c2
    Merge pull request #10224 from tweag/fix-darwin-instaltests Eelco Dolstra 2024-03-11 16:02:31 +0100
  • 74008d8215 Run preInstallCheck even when not building Théophane Hufschmitt 2024-03-11 15:34:23 +0100
  • 3539172fd2
    Merge pull request #10208 from 9999years/print-strings-directly Robert Hensing 2024-03-11 10:02:09 +0100
  • 83460fb64f
    Merge pull request #10216 from edolstra/fix-github-test Théophane Hufschmitt 2024-03-11 09:50:33 +0100
  • db9bab2708
    Matcher: Add virtual destructor Rebecca Turner 2024-03-10 12:56:07 -0700
  • 841fd78baa GitArchiveInputScheme: Support the narHash attribute Eelco Dolstra 2024-03-10 13:56:53 +0100
  • c1811c1eba Fix GitHub test Eelco Dolstra 2024-03-10 13:38:38 +0100
  • e65e9114d2
    Merge pull request #10204 from 9999years/replace-foo-in-big-cxx-literal Eelco Dolstra 2024-03-10 13:11:36 +0100
  • d13c63afa2
    Print top-level errors normally in nix repl Rebecca Turner 2024-03-09 18:28:04 -0800
  • d859d6c434
    :print strings directly in nix repl Rebecca Turner 2024-03-09 18:13:08 -0800
  • 70e93c1e2b
    Make Matcher subclasses final Rebecca Turner 2024-03-09 17:07:52 -0800
  • ea8faf8e9a
    Replace foo with __NIX_STR in cxx-big-literal Rebecca Turner 2024-03-09 15:57:29 -0800
  • ac730622e8
    document where the value of builtins.nixPath comes from (#9113) Valentin Gagarin 2024-03-09 18:57:57 +0100
  • 4910d74086
    Print derivation paths in nix eval Rebecca Turner 2024-03-08 21:43:54 -0800
  • 3120fef01b
    Merge pull request #10184 from iFreilicht/patch-2 tomberek 2024-03-08 19:49:44 -0500
  • 35f2b07668 docs: Fix link to release note documentation Felix Uhl 2024-03-08 20:03:31 +0100
  • a200ee6bf7
    Merge pull request #9874 from pennae/error-reports tomberek 2024-03-08 10:51:14 -0500
  • ae2bd460a8
    Merge pull request #10166 from bobvanderlinden/profile-regex-all Eelco Dolstra 2024-03-08 15:59:24 +0100
  • 1ffcbddf62
    docs: add inherit to language overview (#10194) Jonathan Dickinson 2024-03-08 09:24:44 -0500
  • ef5cb44608
    Merge pull request #10197 from edolstra/github-treehash Théophane Hufschmitt 2024-03-08 14:14:51 +0100
  • 6d245182e8 GitHub fetcher: Don't emit treeHash yet Eelco Dolstra 2024-03-08 12:40:14 +0100
  • 3d628d1704
    profile: convert Matcher to abstract class Bob van der Linden 2024-03-07 21:40:18 +0100
  • 61b006ddf6
    Merge pull request #10174 from tweag/disable-failing-hydra-jobs Eelco Dolstra 2024-03-08 09:46:38 +0100
  • 4fda08d867
    Merge pull request #10195 from tweag/fix-nix-env-qap Eelco Dolstra 2024-03-08 09:44:16 +0100
  • a7b3249d68
    Merge pull request #10179 from edolstra/upload-release Eelco Dolstra 2024-03-08 09:38:15 +0100
  • cb7ee1af89
    Merge pull request #10175 from tweag/disable-i686-perl-bindings Eelco Dolstra 2024-03-08 09:21:00 +0100
  • ff74c081e9 flake: Remove the cross-compilation to freebsd13 Théophane Hufschmitt 2024-03-07 10:31:51 +0100
  • 520a1df208 flake: Disable the perl bindings on i686-linux Théophane Hufschmitt 2024-03-07 10:40:53 +0100
  • 201369dceb tests.evalNixpkgs: Update the golden hash Théophane Hufschmitt 2024-03-08 08:50:27 +0100
  • 4354b37fc4 Add more logs to the evalNixpkgs test Théophane Hufschmitt 2024-03-08 08:48:53 +0100
  • 4741d3e308
    add release note Bob van der Linden 2024-03-07 00:21:40 +0100
  • 91f068c193
    profile: make --all exclusive Bob van der Linden 2024-03-06 22:46:47 +0100
  • 7a4d5e89d3
    profile: add --all option to match any package Bob van der Linden 2024-03-06 22:04:53 +0100
  • fb391ebc77
    profile: add tests for not matching any packages Bob van der Linden 2024-02-28 23:39:45 +0100
  • 9fac62435c
    tests/functional: add assertStderr function Bob van der Linden 2024-02-28 23:35:10 +0100
  • 87741dbd21
    profile: add --regex option to match packages Bob van der Linden 2024-03-07 20:33:59 +0100
  • d6f5da51d3
    profile: match on package name instead of regex Bob van der Linden 2024-02-28 22:33:37 +0100
  • 741a6bfad5
    profile: allow different types of matchers Bob van der Linden 2024-02-28 22:27:16 +0100
  • b3b312827c
    Merge pull request #10180 from 9999years/rebeccat/flake-check-log Eelco Dolstra 2024-03-07 17:48:37 +0100
  • 4b4c71e239 Restore "checking Hydra job" message in nix flake check Rebecca Turner 2024-03-07 08:15:25 -0800
  • 091f232896 maintainers/upload-release.pl: Handle 2.3 and 2.18 branches Eelco Dolstra 2024-03-07 15:18:03 +0100
  • 751cb7cf51
    Merge pull request #10178 from tweag/copy-built-outputs Eelco Dolstra 2024-03-07 15:40:54 +0100
  • a3163b9eab Fix the outputs moving on macOS Théophane Hufschmitt 2024-03-07 14:52:40 +0100
  • fb37e184a5
    Merge pull request #10176 from NixOS/relative-path-fingerprint Eelco Dolstra 2024-03-07 14:23:57 +0100
  • 0282499e18 PathInputScheme::getFingerprint(): Don't barf on relative paths Eelco Dolstra 2024-03-07 13:28:52 +0100
  • da62528487
    Merge pull request from GHSA-2ffj-w4mj-pg37 Eelco Dolstra 2024-03-07 11:56:24 +0100
  • 454456209f
    Merge pull request #10165 from link2xt/patch-1 Eelco Dolstra 2024-03-07 11:05:48 +0100
  • 7d76bc8a39
    Merge pull request #10152 from edolstra/fetcher-cleanups Eelco Dolstra 2024-03-07 10:21:11 +0100
  • bd828b1937
    Merge pull request #10150 from edolstra/always-upgrade-unlocked-flakerefs Eelco Dolstra 2024-03-07 10:20:37 +0100
  • 38b79da100
    Merge pull request #10149 from edolstra/use-flake-fingerprint Eelco Dolstra 2024-03-07 10:18:19 +0100
  • f175b3a4b7 Revert "install-multi-user.sh: _sudo: add proxy variables to sudo" Théophane Hufschmitt 2024-03-07 08:53:14 +0100
  • 739f53aca4 Revert "Fix sudo in the darwin installer (#10128)" Théophane Hufschmitt 2024-03-07 08:52:43 +0100
  • 73cf23275e
    Merge pull request #10107 from tweag/repl-file-argument Robert Hensing 2024-03-07 10:04:35 +0100
  • 0a11080c58
    Merge pull request #10172 from lf-/jade/fix-9725 tomberek 2024-03-07 00:58:44 -0500
  • c4cfa18a33
    Merge pull request #10164 from hercules-ci/objc-workaround Théophane Hufschmitt 2024-03-07 06:26:15 +0100