Skip to content

Commit

Permalink
update flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 30, 2024
1 parent 728e743 commit a653718
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
28 changes: 9 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
};

outputs = inputs@{ flake-parts, ... }:
Expand All @@ -13,11 +14,11 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
bashInteractive
python38
python39
python310
(python311.withPackages(ps: [ps.setuptools ps.tox ps.wheel]))
python312
python311
(python312.withPackages(ps: [ps.setuptools ps.tox ps.wheel]))
python313
pypy3
twine
mypy
Expand Down

0 comments on commit a653718

Please sign in to comment.