add default

This commit is contained in:
Jana Dönszelmann 2026-01-05 14:34:37 +01:00
parent 4033b516ee
commit 290582a346
No known key found for this signature in database

View file

@ -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;