Skip to content

Commit

Permalink
Bump version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Trundle committed Nov 8, 2024
1 parent a3e8da2 commit 80615e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: yaxitech/nix-install-pkgs-action@v4
- uses: yaxitech/nix-install-pkgs-action@v5
with:
packages: "nixpkgs#hello, figlet"
- run: |
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: yaxitech/nix-install-pkgs-action@v4
- uses: yaxitech/nix-install-pkgs-action@v5
with:
expr: 'pkgs.python3.withPackages(ps: with ps; [toml pyyaml])'
inputs-from: 'github:yaxitech/ragenix'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nix-install-pkgs-action",
"private": true,
"version": "4.0.0",
"version": "5.0.0",
"description": "Install flake packages using an ephemeral Nix profile",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 80615e7

Please sign in to comment.