1
0

flake.nix: Exclude build support from flake exported packages and make pkgs/pkgs.nix obsolete again

This commit is contained in:
2025-06-28 15:03:46 +02:00
parent a754af1ee9
commit 1d927638c5
5 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
final: prev:
{
writePythonScript = final.callPackage ./writePythonScript.nix {};
}