diff --git a/flake.lock b/flake.lock index a8451f7..e1b3c8a 100644 --- a/flake.lock +++ b/flake.lock @@ -182,16 +182,16 @@ "neovim-config": { "flake": false, "locked": { - "lastModified": 1757701700, - "narHash": "sha256-kOdEgKHqg858WfCvXSeoFQ6gcxF8iOJt9Rpjjsfdm9M=", - "ref": "Pre-COC", - "rev": "e36cc1ec8fc729200e04cecc9f25b58b56097a28", - "revCount": 22, + "lastModified": 1757828301, + "narHash": "sha256-vjyWq2fMUAsO+BqXxuifh5LQ7yomZfS1qnQq2VQsJ0E=", + "ref": "New-Master", + "rev": "fcc084630ada799cff650d34056efa38c4f1f64d", + "revCount": 34, "type": "git", "url": "https://git.th3r00t.net/th3r00t/nvim-config.git" }, "original": { - "ref": "Pre-COC", + "ref": "New-Master", "type": "git", "url": "https://git.th3r00t.net/th3r00t/nvim-config.git" } diff --git a/flake.nix b/flake.nix index a01943d..2818bec 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ sops-nix.inputs.nixpkgs.follows = "nixpkgs"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; neovim-config = { - url = "git+https://git.th3r00t.net/th3r00t/nvim-config.git?ref=Pre-COC"; + url = "git+https://git.th3r00t.net/th3r00t/nvim-config.git?ref=New-Master"; # url = "git+ssh://git@git.th3r00t.net/th3r00t/nvim-config.git?ref=main"; flake = false;