Skip to content

Commit bb62b2c

Browse files
committedSep 30, 2024
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

+9-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎flake.nix

+4-3
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)
Please sign in to comment.