Compare commits

..

3 commits

Author SHA1 Message Date
bb0d5d6a40 Release 0.6.0
All checks were successful
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/tag/check Pipeline was successful
2025-03-12 21:24:44 +00:00
f9dbeed40a Handle 'tree-sitter.json' in 'bump-version' 2025-03-12 21:23:50 +00:00
9f5e6b0141 Bump flake inputs
Remove deleted input, update generated files.
2025-03-12 21:23:50 +00:00
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -67,7 +67,7 @@
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -13,7 +13,7 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-unstable-small";
ref = "nixpkgs-unstable";
};
pre-commit-hooks = {