3
0
Fork 0
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:
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 {
octoprint-dashboard = self.dashboard;
octoprint-dashboard = super.dashboard;
}