1
0

pkgs/build-support: Move clerie-build-support attribute name to overlay

This commit is contained in:
2025-06-28 15:32:58 +02:00
parent cdc1a1e6de
commit 11970e287c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
final: prev:
{
writePythonScript = final.callPackage ./writePythonScript.nix {};
clerie-build-support = {
writePythonScript = final.callPackage ./writePythonScript.nix {};
};
}