fix infinite recursion

This commit is contained in:
Jörg Thalheim
2025-02-03 10:58:55 +07:00
committed by Johannes Kirschbauer
parent b013b9d6e7
commit eee6415261
4 changed files with 4 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ in
{
options = {
self = lib.mkOption {
type = types.raw;
type = types.nullOr types.raw;
default = self;
readOnly = true;
defaultText = "Reference to the current flake";