forked from mirrors/nixpkgs
Merge pull request #277715 from trofi/octoprint-fix-tests-eval
octoprint: fix `octoprint-dashboard` alias definition
This commit is contained in:
commit
ac1873b402
|
@ -480,5 +480,5 @@ in
|
|||
};
|
||||
};
|
||||
} // lib.optionalAttrs config.allowAliases {
|
||||
octoprint-dashboard = self.dashboard;
|
||||
octoprint-dashboard = super.dashboard;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue