Commit Graph

  • 23259bde1a Merge pull request #12255 from NaN-git/fix-7359 Jörg Thalheim 2025-02-12 13:00:36 +07:00
  • d3a52c2ef4 Merge pull request #12451 from NixOS/mergify/bp/2.24-maintenance/pr-12448 mergify[bot] 2025-02-11 22:21:12 +00:00
  • dfbd030d3f Merge pull request #12453 from NixOS/mergify/bp/2.26-maintenance/pr-12448 Eelco Dolstra 2025-02-11 23:16:31 +01:00
  • 83306bb841 copyPathToStore(): Preserve symlinks Eelco Dolstra 2025-02-11 20:36:28 +01:00
  • 7bfd71e10d copyPathToStore(): Preserve symlinks Eelco Dolstra 2025-02-11 20:36:28 +01:00
  • 3d6a9c7410 copyPathToStore(): Preserve symlinks Eelco Dolstra 2025-02-11 20:36:28 +01:00
  • 2e20a5f822 Don't import a symlink Eelco Dolstra 2025-02-11 22:42:36 +01:00
  • c000c16509 Merge pull request #12448 from DeterminateSystems/dont-follow-symlink-attrs John Ericson 2025-02-11 15:55:50 -05:00
  • 26b87e78b5 copyPathToStore(): Preserve symlinks Eelco Dolstra 2025-02-11 20:36:28 +01:00
  • dcbf4dcc09 Only try to chmod /nix/var/nix/profiles/per-user when necessary Sandro Jäckel 2025-02-01 16:49:31 +01:00
  • 254b7afe66 nix flake prefetch: Add --out-link option Eelco Dolstra 2025-02-10 17:52:26 +01:00
  • 55c1e4454e Update src/libstore/unix/build/local-derivation-goal.cc Aiden Fox Ivey 2025-02-10 11:37:37 -05:00
  • 92bf150b1c Merge pull request #12421 from DeterminateSystems/self-input-attrs Eelco Dolstra 2025-02-10 17:35:46 +01:00
  • 2819d8b66a Add release note Eelco Dolstra 2025-02-10 17:19:34 +01:00
  • 528b286cf7 Remove stray line Eelco Dolstra 2025-02-10 17:14:55 +01:00
  • 4b75edacd7 Restore NAR hash assertion Eelco Dolstra 2025-02-10 17:13:17 +01:00
  • b813a764e0 Merge remote-tracking branch 'origin/master' into self-input-attrs Eelco Dolstra 2025-02-10 17:01:19 +01:00
  • 1f485b6c5e Merge pull request #12430 from DeterminateSystems/relative-path-literals John Ericson 2025-02-10 10:28:44 -05:00
  • 428a3e8cc8 Add TODO Eelco Dolstra 2025-02-10 16:18:57 +01:00
  • 4c3786dd40 Merge pull request #12436 from NixOS/mergify/bp/2.26-maintenance/pr-12373 mergify[bot] 2025-02-10 15:15:29 +00:00
  • d4ecf15dad smudgeLfs: Use default value Eelco Dolstra 2025-02-10 16:11:53 +01:00
  • c02fcebb30 Add release note Eelco Dolstra 2025-02-10 16:08:03 +01:00
  • 0531f1299c Resolve conflict Robert Hensing 2025-02-10 16:01:13 +01:00
  • d78daaa416 getLfsEndpointUrl(): Use our RAII helpers Eelco Dolstra 2025-02-10 15:59:32 +01:00
  • c210efa9ae Move git-lfs-fetch into its own source file Eelco Dolstra 2025-02-10 15:55:25 +01:00
  • 9db070d7a2 Misc code cleanups Eelco Dolstra 2025-02-10 15:46:46 +01:00
  • 0f5f24223d Merge pull request #12434 from NixOS/mergify/bp/2.24-maintenance/pr-12373 mergify[bot] 2025-02-10 14:37:20 +00:00
  • c10dbdccac libfetchers: Drop no longer needed curl dependency Eelco Dolstra 2025-02-10 15:19:28 +01:00
  • 40e8c5f613 Fix possible deref of null git_config Eelco Dolstra 2025-02-10 15:15:19 +01:00
  • df8d5e61ad test: Fix shellcheck by giving git-hashing scripts shebangs Robert Hensing 2025-01-29 21:53:12 +01:00
  • 30435e0559 pre-commit/check-merge-conflicts-2: fix use outside dev shell Robert Hensing 2025-01-24 16:37:09 +01:00
  • fcea626e49 test: Fix shellcheck by giving git-hashing scripts shebangs Robert Hensing 2025-01-29 21:53:12 +01:00
  • c6e09073ea pre-commit/check-merge-conflicts-2: fix use outside dev shell Robert Hensing 2025-01-24 16:37:09 +01:00
  • 1cb9a354fb Merge remote-tracking branch 'origin/master' into lfs Eelco Dolstra 2025-02-10 14:46:01 +01:00
  • 967d7b9846 Merge pull request #12441 from obsidiansystems/content-addressing-derivation John Ericson 2025-02-10 03:01:12 -05:00
  • cafefed421 Rename to "content-address*ing* derivation" John Ericson 2025-02-10 01:12:56 -05:00
  • e80d333777 Document Store Derivations and Deriving Paths (#12290) John Ericson 2025-02-09 20:30:07 -05:00
  • c343e05453 Update src/libexpr/primops.cc document-derivation-and-deriving-path Robert Hensing 2025-02-10 02:09:29 +01:00
  • cba35b182d Update doc/manual/source/store/drv.md John Ericson 2025-02-09 19:59:10 -05:00
  • 9847acc049 Move up system John Ericson 2025-02-09 19:55:09 -05:00
  • ea21555b32 More RFC 92 John Ericson 2025-02-09 19:48:17 -05:00
  • 1e2dfcec79 Apply suggestions from code review John Ericson 2025-02-09 19:42:05 -05:00
  • 298d199b89 Apply suggestions from code review John Ericson 2025-02-09 19:10:21 -05:00
  • 094d352847 Apply suggestions from code review John Ericson 2025-02-09 18:52:47 -05:00
  • 12d2527276 Set FD_CLOEXEC on sockets created by curl MaxHearnden 2025-02-09 20:53:58 +00:00
  • 7ecc99482d test: Use skipTest instead of exit 0 mergify/bp/2.25-maintenance/pr-12373 Robert Hensing 2025-01-29 22:01:17 +01:00
  • cd4d9ca673 test: Fix shellcheck by giving git-hashing scripts shebangs Robert Hensing 2025-01-29 21:53:12 +01:00
  • 468aa61abb pre-commit/check-merge-conflicts-2: fix use outside dev shell Robert Hensing 2025-01-24 16:37:09 +01:00
  • aa383a0b85 Merge pull request #12373 from roberth/fix-pre-commit mergify[bot] 2025-02-07 11:07:12 +00:00
  • 414c346560 test: Use skipTest instead of exit 0 Robert Hensing 2025-01-29 22:01:17 +01:00
  • 77a8386022 test: Fix shellcheck by giving git-hashing scripts shebangs Robert Hensing 2025-01-29 21:53:12 +01:00
  • 73060b4972 pre-commit/check-merge-conflicts-2: fix use outside dev shell Robert Hensing 2025-01-24 16:37:09 +01:00
  • 7096acc74d Parser: Respect the accessor of the source file for relative paths Eelco Dolstra 2025-02-06 16:31:42 +01:00
  • 6e2fcb7e29 Parser: Respect the accessor of the source file for relative paths Eelco Dolstra 2025-02-06 16:31:42 +01:00
  • 31bdb2a8ff Merge pull request #12429 from NixOS/mergify/bp/2.26-maintenance/pr-12386 Eelco Dolstra 2025-02-06 15:24:14 +01:00
  • 3786c50866 readHead(): Make sure we're returning the HEAD ref line mergify/bp/2.24-maintenance/pr-12386 Eelco Dolstra 2025-01-30 18:57:43 +01:00
  • 1fdf8a1a3a readHead(): Make sure we're returning the HEAD ref line mergify/bp/2.25-maintenance/pr-12386 Eelco Dolstra 2025-01-30 18:57:43 +01:00
  • 8e4cd2f537 readHead(): Make sure we're returning the HEAD ref line Eelco Dolstra 2025-01-30 18:57:43 +01:00
  • 6de59db4ca Git fetcher: Don't use refspec <rev>:<rev> Eelco Dolstra 2025-01-30 18:23:27 +01:00
  • 726f08214d Git fetcher: Don't use refspec <rev>:<rev> Eelco Dolstra 2025-01-30 18:23:27 +01:00
  • 1fe33c13d9 Git fetcher: Don't use refspec <rev>:<rev> Eelco Dolstra 2025-01-30 18:23:27 +01:00
  • db8552fd44 Git fetcher: Don't pass URL query parameters for file:// URLs Eelco Dolstra 2025-01-30 11:47:41 +01:00
  • 88526e1f2f Git fetcher: Don't pass URL query parameters for file:// URLs Eelco Dolstra 2025-01-30 11:47:41 +01:00
  • 727cf59997 Git fetcher: Don't pass URL query parameters for file:// URLs Eelco Dolstra 2025-01-30 11:47:41 +01:00
  • fc83c6ccb3 Merge pull request #12379 from silvanshade/blake3-c John Ericson 2025-02-05 22:43:44 -05:00
  • 54d684e1de Call it "store derivation", again, but keep "derivation expression" John Ericson 2025-02-05 21:53:21 -05:00
  • f003b8ca92 Merge branch 'master' into document-derivation-and-deriving-path John Ericson 2025-02-05 21:35:00 -05:00
  • 7fd2125573 Add BLAKE3 to documentation silvanshade 2025-02-05 17:29:55 -07:00
  • 1f56ea4c72 Add BLAKE3 hashing algorithm silvanshade 2025-01-29 12:24:37 -07:00
  • c98525235f Revert "Revert "Adapt scheduler to work with dynamic derivations"" John Ericson 2023-11-20 16:38:41 -05:00
  • a562d0b6ce Merge pull request #12386 from DeterminateSystems/git-fixes John Ericson 2025-02-05 15:18:58 -05:00
  • 1a8dfc0540 Merge pull request #12415 from silvanshade/fix-shellcheck-lints Eelco Dolstra 2025-02-05 19:11:09 +01:00
  • d2425c5d6a Merge pull request #12422 from ilya-bobyr/fish-profile-use-set-local Eelco Dolstra 2025-02-05 09:38:51 +01:00
  • 50300772e4 nix-profile.fish: set --local NIX_LINK Illia Bobyr 2025-01-13 19:12:24 -08:00
  • 38f391444b Add a test for a flake referencing a flake that has inputs.self Eelco Dolstra 2025-02-04 22:14:38 +01:00
  • 3e8cd2ffe6 Merge pull request #12412 from obsidiansystems/simplify-state-machine-2 Eelco Dolstra 2025-02-04 21:24:42 +01:00
  • 25fcc8d1ab Add inputs.self.submodules flake attribute Eelco Dolstra 2025-02-04 20:51:14 +01:00
  • f90ba3a7c1 Update tests/functional/flakes/symlink-paths.sh John Ericson 2025-02-04 11:25:14 -05:00
  • 01598487b7 Add FIXME Eelco Dolstra 2025-02-04 16:41:10 +01:00
  • c74ad6b32b Remove FlakeRef::fetchTree() Eelco Dolstra 2025-02-04 16:26:22 +01:00
  • 1ab97a70f5 fetchOrSubstituteTree(): Return an accessor Eelco Dolstra 2025-02-04 16:14:34 +01:00
  • 3c109095de Use 'nix flake prefetch' to get the store path of a flake Eelco Dolstra 2025-02-04 15:24:50 +01:00
  • 02e6286e8f Merge pull request #12414 from ilya-bobyr/fish-profile-daemon-XDG_DATA_DIRS Eelco Dolstra 2025-02-04 13:38:43 +01:00
  • 5c6785e0c1 Merge pull request #12392 from obsidiansystems/simplify-state-machine Eelco Dolstra 2025-02-04 12:08:35 +01:00
  • 137ba71f02 Fix shellcheck lints silvanshade 2025-02-03 17:47:37 -07:00
  • 85aa624126 nix-profile-daemon.fish: XDG_DATA_DIRS: .profile/share Illia Bobyr 2025-01-13 19:09:36 -08:00
  • b3b741973e Inline inputsRealised John Ericson 2025-02-01 18:37:54 -05:00
  • 4b1753e661 Move repairClosure John Ericson 2025-02-01 18:37:54 -05:00
  • 2297cc0dab Inline getDerivation and loadDerivation John Ericson 2025-02-01 18:56:42 -05:00
  • 57463ab910 Inline closureRepaired John Ericson 2025-02-01 18:36:58 -05:00
  • 41274f3c3e Inline outputsSubstitutionTried John Ericson 2025-02-01 18:33:58 -05:00
  • 53946fe017 Narrow scope on some local variables John Ericson 2025-02-01 18:33:00 -05:00
  • 134530a534 Merge remote-tracking branch 'upstream/master' into lfs Leandro Reina 2025-02-03 19:07:20 +01:00
  • c73096ba5f Merge pull request #12408 from obsidiansystems/debugging-instructions John Ericson 2025-02-03 12:57:42 -05:00
  • 243467e14b More debugging documentation John Ericson 2025-02-03 10:05:56 -05:00
  • acba2c6f4f Merge pull request #12406 from NixOS/mergify/bp/2.26-maintenance/pr-12405 mergify[bot] 2025-02-03 12:50:41 +00:00
  • 491aaaf116 nix-profile.fish: Typo NIX_SS{H => L}_CERT_FILE Illia Bobyr 2025-01-13 18:19:16 -08:00
  • cba27bae6d Merge pull request #12405 from ilya-bobyr/fish-profile-fix-ssl-cert-typo Eelco Dolstra 2025-02-03 13:35:23 +01:00
  • 803fb83f7f nix-profile.fish: Typo NIX_SS{H => L}_CERT_FILE Illia Bobyr 2025-01-13 18:19:16 -08:00
  • 63c0ea5702 Merge pull request #12252 from ilya-bobyr/fish-profile-source-once-and-fmt mergify[bot] 2025-02-02 03:11:23 +00:00