diff --git a/flake.lock b/flake.lock index 42b8a1b..a7e3813 100644 --- a/flake.lock +++ b/flake.lock @@ -210,6 +210,24 @@ "type": "github" } }, + "flake-utils_2": { + "inputs": { + "systems": "systems_2" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "gitignore": { "inputs": { "nixpkgs": [ @@ -260,11 +278,11 @@ ] }, "locked": { - "lastModified": 1719588253, - "narHash": "sha256-A03i8xiVgP14DCmV5P7VUv37eodCjY4e1iai0b2EuuM=", + "lastModified": 1719677234, + "narHash": "sha256-qO9WZsj/0E6zcK4Ht1y/iJ8XfwbBzq7xdqhBh44OP/M=", "owner": "nix-community", "repo": "home-manager", - "rev": "7e68e55d2e16d3a1e92a679430728c35a30fd24e", + "rev": "36317d4d38887f7629876b0e43c8d9593c5cc48d", "type": "github" }, "original": { @@ -309,11 +327,11 @@ ] }, "locked": { - "lastModified": 1719467057, - "narHash": "sha256-8gQ0txwuLoBpBeIhTAkl+/7Hi/AD4KE5m4YhOn1OA3E=", + "lastModified": 1719683797, + "narHash": "sha256-sfE3ACZSo7I2ahByRsU66X+xmzAz4qSxl4IipSD7ObM=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "bb6bea003dc464a4248a173e71a007d368691092", + "rev": "48f92fd7f42dd4b01e55dbe0baaf21c4a270a076", "type": "github" }, "original": { @@ -325,11 +343,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1719414226, - "narHash": "sha256-h/qJ+1R+BtY+mX02UsqYW82hEl78mrHTGAs9yjpFEzU=", + "lastModified": 1719676676, + "narHash": "sha256-97hP/z7sH4GUBBVi2Z7QiJsgIOO6a+AFYf4MvTU2p0Y=", "owner": "neovim", "repo": "neovim", - "rev": "fc9b70826ec88ca2e6c0624c522b872e87aa7ac1", + "rev": "435d0182d293e70b14a5655c976c3c6daa6ea765", "type": "github" }, "original": { @@ -345,14 +363,15 @@ ], "nixpkgs": [ "nixpkgs" - ] + ], + "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1719626508, - "narHash": "sha256-dQFe+iQxmtmmSMRxqsUWULA9XgOeEhQN6pfH0MEL4M0=", + "lastModified": 1719712924, + "narHash": "sha256-Y31QVWu7GJTeqECKy2utROorzWW4jtLUsI1v3se9IgY=", "ref": "refs/heads/master", - "rev": "88600a246481a67fbd2a75c9cc9acbd65470f9a9", - "revCount": 869, + "rev": "ead04ad8784d4bb6d3106267538a9b05e6023b72", + "revCount": 871, "type": "git", "url": "https://git.kempkens.io/daniel/nix-overlay" }, @@ -381,13 +400,35 @@ "type": "github" } }, + "nix-github-actions": { + "inputs": { + "nixpkgs": [ + "nifoc-overlay", + "poetry2nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1703863825, + "narHash": "sha256-rXwqjtwiGKJheXB43ybM8NwWB8rO2dSRrEqes0S7F5Y=", + "owner": "nix-community", + "repo": "nix-github-actions", + "rev": "5163432afc817cf8bd1f031418d1869e4c9d5547", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-github-actions", + "type": "github" + } + }, "nixos-hardware": { "locked": { - "lastModified": 1719552654, - "narHash": "sha256-PX3msbC5KdwCDnucGtir3qzlzv+1fuiU4tk17nljFIE=", + "lastModified": 1719681865, + "narHash": "sha256-Lp+l1IsREVbz8WM35OJYZz8sAH0XOjrZWUXVB5bJ2qg=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "3980e7816c99d9e4da7a7b762e5b294055b73b2f", + "rev": "a59f00f5ac65b19382617ba00f360f8bc07ed3ac", "type": "github" }, "original": { @@ -399,11 +440,11 @@ }, "nixos-unstable": { "locked": { - "lastModified": 1719540504, - "narHash": "sha256-SIbmh3yyPmzLI+qHlMC/pJVfo4ISFu1OORo5YLFk8o0=", + "lastModified": 1719674260, + "narHash": "sha256-mlxmTqtlBR2CwbucuDpZ49ROKRJGeojCHkkY1Nd6Kw8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "33be72b31b7cc5a0b43cc3b6c005cf4e4d47d899", + "rev": "eb1ba314aff505efb42bce45f47542a517fc3c03", "type": "github" }, "original": { @@ -473,6 +514,31 @@ "type": "github" } }, + "poetry2nix": { + "inputs": { + "flake-utils": "flake-utils_2", + "nix-github-actions": "nix-github-actions", + "nixpkgs": [ + "nifoc-overlay", + "nixpkgs" + ], + "systems": "systems_3", + "treefmt-nix": "treefmt-nix" + }, + "locked": { + "lastModified": 1719549552, + "narHash": "sha256-efvBV+45uQA6r7aov48H6MhvKp1QUIyIX5gh9oueUzs=", + "owner": "nix-community", + "repo": "poetry2nix", + "rev": "4fd045cdb85f2a0173021a4717dc01d92d7ab2b2", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "poetry2nix", + "type": "github" + } + }, "pre-commit-hooks-nix": { "inputs": { "flake-compat": "flake-compat_3", @@ -512,7 +578,7 @@ "nixos-unstable": "nixos-unstable", "nixpkgs": "nixpkgs", "pre-commit-hooks-nix": "pre-commit-hooks-nix", - "treefmt-nix": "treefmt-nix" + "treefmt-nix": "treefmt-nix_2" } }, "systems": { @@ -530,7 +596,58 @@ "type": "github" } }, + "systems_2": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_3": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "id": "systems", + "type": "indirect" + } + }, "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "nifoc-overlay", + "poetry2nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1718522839, + "narHash": "sha256-ULzoKzEaBOiLRtjeY3YoGFJMwWSKRYOic6VNw2UyTls=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "68eb1dc333ce82d0ab0c0357363ea17c31ea1f81", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } + }, + "treefmt-nix_2": { "inputs": { "nixpkgs": [ "nixpkgs" diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index 2a536d7..cba40ec 100644 --- a/home/programs/nvim/plugins.nix +++ b/home/programs/nvim/plugins.nix @@ -117,12 +117,12 @@ in }; nvim-treesitter = buildVimPlugin { pname = "nvim-treesitter"; - version = "2024-06-28"; + version = "2024-06-29"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "3e535e826da265748b875b18dbfb361bd1a1701c"; - sha256 = "198fy65y7rqmns2212r26lxwfij8b6adrx4cwm1c1c9jk0vcl8xy"; + rev = "f0e3b5c5fe38d0012c63368db90017fef87c85a2"; + sha256 = "04w8pv1pcrivbjz3bsq378q1sshj2kav4jk89r5f8b4w9y24amrp"; fetchSubmodules = false; }; }; @@ -183,12 +183,12 @@ in }; nvim-lspconfig = buildVimPlugin { pname = "nvim-lspconfig"; - version = "2024-06-28"; + version = "2024-06-29"; src = fetchFromGitHub { owner = "neovim"; repo = "nvim-lspconfig"; - rev = "95b2fc427353e42318c974d10685d500441b821b"; - sha256 = "1qn097lkzjbq714l8cyqy23bzgv40swik2x1a5nfcjlqds42afhj"; + rev = "7edfd6692ba17f8d4fe08d84142781898ab0a672"; + sha256 = "1zvpp9zf8wq79srmpgda33w8nigg7k39nrfa3xnp86wp0div0mv4"; fetchSubmodules = false; }; }; @@ -249,12 +249,12 @@ in }; otter-nvim = buildVimPlugin { pname = "otter.nvim"; - version = "2024-06-09"; + version = "2024-06-29"; src = fetchFromGitHub { owner = "jmbuhr"; repo = "otter.nvim"; - rev = "cbb1be0586eae18cbea38ada46af428d2bebf81a"; - sha256 = "085lx5z7abbn7rq23pma5xmymzgjajp0slg0g42wafxpn7rby9kv"; + rev = "86c72d886174845b2993ad4d2134f0675f54c1fb"; + sha256 = "139kkq110asqdyawiwr2n71g0xxnhshwli327kln5pfqyn1df1r6"; fetchSubmodules = false; }; };