Merge pull request #277715 from trofi/octoprint-fix-tests-eval

octoprint: fix `octoprint-dashboard` alias definition
This commit is contained in:
Nick Cao 2023-12-30 09:50:32 -05:00 committed by GitHub
commit ac1873b402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,5 +480,5 @@ in
}; };
}; };
} // lib.optionalAttrs config.allowAliases { } // lib.optionalAttrs config.allowAliases {
octoprint-dashboard = self.dashboard; octoprint-dashboard = super.dashboard;
} }