restore overlay

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-11 19:17:45 +02:00
parent 80e67835ca
commit 143cfe5861
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -1,12 +1,9 @@
/**
Nixpkgs overlay adding extra packages needed for the application
*/
{
sources ? import ../../npins,
}:
_: prev:
let
extraPython3Packages = prev.callPackage ./python-packages { inherit sources; };
extraPython3Packages = prev.callPackage ./python-packages { };
in
{