forked from fediversity/fediversity
restore overlay
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
80e67835ca
commit
143cfe5861
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue