fix infinite recursion
This commit is contained in:
committed by
Johannes Kirschbauer
parent
45058ff818
commit
6f1ab30881
@@ -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