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
|
||||
rec {
|
||||
packages = {
|
||||
packages = rec {
|
||||
python = pkgs.python315.overrideAttrs (
|
||||
finalAttrs: previousAttrs: {
|
||||
patches = previousAttrs.patches ++ [
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
'';
|
||||
}
|
||||
);
|
||||
default = python;
|
||||
};
|
||||
devShells.default =
|
||||
with pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue