From 512086bffe06b5a7476c44ac15300783e693003d Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Mon, 3 Nov 2025 19:43:42 +0200 Subject: [PATCH] version(flake): bump version --- .gitea/workflows/build-flake.yml | 2 +- cog.toml | 2 ++ config/modules/plugins/fzf-lua.nix | 25 ------------------------- flake.lock | 6 +++--- renovate.json5 | 3 +++ 5 files changed, 9 insertions(+), 29 deletions(-) create mode 100644 cog.toml create mode 100644 renovate.json5 diff --git a/.gitea/workflows/build-flake.yml b/.gitea/workflows/build-flake.yml index 600b50d..8f98dc9 100644 --- a/.gitea/workflows/build-flake.yml +++ b/.gitea/workflows/build-flake.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup sudo (required for the next step) run: apt-get update && apt-get install -y sudo - name: Setup nix diff --git a/cog.toml b/cog.toml new file mode 100644 index 0000000..b52fda6 --- /dev/null +++ b/cog.toml @@ -0,0 +1,2 @@ +[commit_types] +version = { bump_patch = true, changelog_title = "Version" } diff --git a/config/modules/plugins/fzf-lua.nix b/config/modules/plugins/fzf-lua.nix index 258a759..b4cbff3 100644 --- a/config/modules/plugins/fzf-lua.nix +++ b/config/modules/plugins/fzf-lua.nix @@ -1,30 +1,5 @@ -{ lib, pkgs, ... }: { plugins.fzf-lua = { enable = true; - # keymaps = { - # "sf" = { - # action = "files"; - # options = { - # desc = "Fzf-Lua File Grep"; - # }; - # }; - # "sg" = { - # action = "live_grep_native"; - # options = { - # desc = "Fzf-Lua File Grep"; - # }; - # }; - # "sv" = { - # action = "git_files"; - # # settings = { - # # previewers.cat.cmd = lib.getExe' pkgs.coreutils "cat"; - # # winopts.height = 0.5; - # # }; - # options = { - # desc = "Fzf-Lua VCS Grep (Git)"; - # }; - # }; - # }; }; } diff --git a/flake.lock b/flake.lock index f085389..c40df5f 100644 --- a/flake.lock +++ b/flake.lock @@ -87,11 +87,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1761016216, - "narHash": "sha256-G/iC4t/9j/52i/nm+0/4ybBmAF4hzR8CNHC75qEhjHo=", + "lastModified": 1761999846, + "narHash": "sha256-IYlYnp4O4dzEpL77BD/lj5NnJy2J8qbHkNSFiPBCbqo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "481cf557888e05d3128a76f14c76397b7d7cc869", + "rev": "3de8f8d73e35724bf9abef41f1bdbedda1e14a31", "type": "github" }, "original": { diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}