1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests
John Ericson b51e161af5 Cleanup ContentAddressMethod to match docs
The old `std::variant` is bad because we aren't adding a new case to
`FileIngestionMethod` so much as we are defining a separate concept ---
store object content addressing rather than file system object content
addressing. As such, it is more correct to just create a fresh
enumeration.

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2024-06-24 10:24:06 -04:00
..
functional Merge pull request #10884 from tomberek/tomberek.warn_structuredAttrs_advanced 2024-06-24 07:56:26 +02:00
installer tests: test with conflicting profile links 2023-12-30 06:24:06 +00:00
nixos Merge pull request #10864 from Mic92/tarball-flakes-test 2024-06-05 18:40:16 -04:00
unit Cleanup ContentAddressMethod to match docs 2024-06-24 10:24:06 -04:00
repl-completion.nix Add repl completion test 2024-05-27 09:58:49 +02:00