Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 25, 2024
2 parents 3ab2375 + 1ae01cb commit 661dd2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "^3.9"
pyperclip = "^1.9.0"
pyyaml = "^6.0.2"
tzlocal = "^5.2"
textual = "^0.86.1"
textual = "^0.87.0"
python-dateutil = "^2.9.0.post0"
sqlalchemy = "^2.0.36"
platformdirs = "^4.3.6"
Expand Down
4 changes: 2 additions & 2 deletions site/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yay -S dooit dooit-extras
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # this can be stable, but if it is do not make hyprpanel follow it
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
dooit.url = "github:dooit-org/dooit";
dooit-extras.url = "github:dooit-org/dooit-extras";
Expand Down Expand Up @@ -81,7 +81,7 @@ in {
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # this can be stable, but if it is do not make hyprpanel follow it
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
dooit.url = "github:dooit-org/dooit";
dooit-extras.url = "github:dooit-org/dooit-extras";
Expand Down

0 comments on commit 661dd2c

Please sign in to comment.