Skip to content

Commit 786c376

Browse files
committed
Update devman version to 0.2.0 in flake.nix
Sync flake.nix version with pyproject.toml to match version 0.2.0. This forces Nix to create a new derivation, bypassing cached builds that were missing the tomli_w dependency.
1 parent 90d91cb commit 786c376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
in
2828
python.pkgs.buildPythonApplication {
2929
pname = "devman";
30-
version = "0.1.1";
30+
version = "0.2.0";
3131
format = "pyproject";
3232
src = ./.;
3333

0 commit comments

Comments
 (0)