fix infinite recursion
This commit is contained in:
committed by
Johannes Kirschbauer
parent
b013b9d6e7
commit
eee6415261
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user