Skip to content

Commit

Permalink
use 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Mar 29, 2024
1 parent 3ba3019 commit 27007c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Application packaged using poetry2nix";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";
poetry2nix = {
url = "github:nix-community/poetry2nix";
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "asdf2nix"
version = "0.2.0"
version = "0.3.0"
description = "Generate Flake or run a shell from an asdf .tool-versions file"
authors = ["Brokenpip3 <brokenpip3@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/asdf2nix.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Tool:
revision: Optional[str] = None


asf2nix_version = "0.1.0"
asf2nix_version = "0.3.0"
app = typer.Typer()
nix_packages_api = "https://api.history.nix-packages.com/packages"

Expand Down

0 comments on commit 27007c0

Please sign in to comment.