Skip to content

Commit

Permalink
Merge pull request #238 from Mic92/dependabot/github_actions/cachix/i…
Browse files Browse the repository at this point in the history
…nstall-nix-action-v29

build(deps): bump cachix/install-nix-action from V28 to 29
  • Loading branch information
Mic92 authored Sep 30, 2024
2 parents 7a3ad6d + d305220 commit 77f7282
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V28
- uses: cachix/install-nix-action@v29
- name: run tests
run:
nix develop -c 'tox'
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
Expand Down
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38,py39,py310,py311,py312,pypy3
envlist = py39,py310,py311,py312,py313,pypy3

[testenv]
deps = coverage
Expand Down

0 comments on commit 77f7282

Please sign in to comment.