Add --version flag to cli

This commit is contained in:
2026-02-05 00:41:06 +09:00
parent 70b04c0c45
commit b1bb1e556b
6 changed files with 39 additions and 8 deletions
+1
View File
@@ -66,6 +66,7 @@
default = self.packages.${system}.dibbler;
dibbler = pkgs.callPackage ./nix/package.nix {
python3Packages = pkgs.python313Packages;
inherit (self) sourceInfo;
};
});
};