add default
This commit is contained in:
parent
4033b516ee
commit
290582a346
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
packages = {
|
packages = rec {
|
||||||
python = pkgs.python315.overrideAttrs (
|
python = pkgs.python315.overrideAttrs (
|
||||||
finalAttrs: previousAttrs: {
|
finalAttrs: previousAttrs: {
|
||||||
patches = previousAttrs.patches ++ [
|
patches = previousAttrs.patches ++ [
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
default = python;
|
||||||
};
|
};
|
||||||
devShells.default =
|
devShells.default =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue