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:
commit
b2c9315bf2
209 changed files with 4006 additions and 2527 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
///@file
|
||||
|
||||
#include "comparator.hh"
|
||||
#include "error.hh"
|
||||
|
@ -12,7 +13,7 @@ namespace nix {
|
|||
*
|
||||
* If you update this, don’t forget to also change the map defining their string
|
||||
* representation and documentation in the corresponding `.cc` file as well.
|
||||
**/
|
||||
*/
|
||||
enum struct ExperimentalFeature
|
||||
{
|
||||
CaDerivations,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue