mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
pass pkgs into shellOverride
This commit is contained in:
parent
1c32da0272
commit
58b0563a58
1 changed files with 2 additions and 1 deletions
|
@ -110,6 +110,7 @@
|
|||
matplotlib = super.matplotlib.override (
|
||||
{
|
||||
enableGtk3 = true;
|
||||
enableTk = true;
|
||||
# preferWheel = false;
|
||||
}
|
||||
);
|
||||
|
@ -172,7 +173,7 @@
|
|||
rec {
|
||||
devShell = (pkgs."${name}Shell".env.overrideAttrs (oldAttrs: {
|
||||
buildInputs = (shellPackages pkgs) ++ [ pkgs.poetry ];
|
||||
})).overrideAttrs shellOverride;
|
||||
})).overrideAttrs (shellOverride pkgs);
|
||||
} // (if noPackage then { } else rec {
|
||||
packages = {
|
||||
${name} = pkgs.${name};
|
||||
|
|
Loading…
Add table
Reference in a new issue