1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 03:23:16 +02:00

Merge remote-tracking branch 'upstream/master' into list-experimental-features

This commit is contained in:
John Ericson 2023-04-02 16:21:38 -04:00
commit b2c9315bf2
209 changed files with 4006 additions and 2527 deletions

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "comparator.hh"
#include "error.hh"
@ -12,7 +13,7 @@ namespace nix {
*
* If you update this, dont forget to also change the map defining their string
* representation and documentation in the corresponding `.cc` file as well.
**/
*/
enum struct ExperimentalFeature
{
CaDerivations,