flake.nix: Exclude build support from flake exported packages and make pkgs/pkgs.nix obsolete again
This commit is contained in:
5
pkgs/build-support/overlay.nix
Normal file
5
pkgs/build-support/overlay.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
final: prev:
|
||||
|
||||
{
|
||||
writePythonScript = final.callPackage ./writePythonScript.nix {};
|
||||
}
|
Reference in New Issue
Block a user