1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00

Merge pull request #12877 from roberth/c-api-libflake-override-input

C API: Flake loading, input overriding
This commit is contained in:
Robert Hensing 2025-04-08 09:01:51 +02:00 committed by GitHub
commit e76bbe413e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 956 additions and 11 deletions

View file

@ -63,7 +63,7 @@ struct ConfigFile
};
/**
* The contents of a flake.nix file.
* A flake in context
*/
struct Flake
{