mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
init wrapper-module config
This commit is contained in:
commit
91755583fd
46 changed files with 4277 additions and 0 deletions
12
overlays/python.nix
Normal file
12
overlays/python.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
final: prev:
|
||||
let
|
||||
reqPkgs = pyPackages:
|
||||
with pyPackages; [
|
||||
numpy
|
||||
];
|
||||
in
|
||||
{
|
||||
basePythonPackages = reqPkgs;
|
||||
python = prev.python3.withPackages reqPkgs;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue