Skip to content

Commit bb62b2c

Browse files
committed
update flakes
1 parent 6e1bbfa commit bb62b2c

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

flake.lock

Lines changed: 9 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66
flake-parts.url = "github:hercules-ci/flake-parts";
7+
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
78
};
89

910
outputs = inputs@{ flake-parts, ... }:
@@ -13,11 +14,11 @@
1314
devShells.default = pkgs.mkShell {
1415
packages = with pkgs; [
1516
bashInteractive
16-
python38
1717
python39
1818
python310
19-
(python311.withPackages(ps: [ps.setuptools ps.tox ps.wheel]))
20-
python312
19+
python311
20+
(python312.withPackages(ps: [ps.setuptools ps.tox ps.wheel]))
21+
python313
2122
pypy3
2223
twine
2324
mypy

0 commit comments

Comments
 (0)