fix: deprecated nixCats-nvim reference
This commit is contained in:
parent
258d839b35
commit
84e47530c9
2 changed files with 1 additions and 3 deletions
|
@ -66,7 +66,6 @@
|
||||||
},
|
},
|
||||||
"nixCats": {
|
"nixCats": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "nix",
|
|
||||||
"lastModified": 1730063105,
|
"lastModified": 1730063105,
|
||||||
"narHash": "sha256-GWC9E6A+BOVgTSfZ2UyiHtU4Y438dYz4GpeW3b0rlU0=",
|
"narHash": "sha256-GWC9E6A+BOVgTSfZ2UyiHtU4Y438dYz4GpeW3b0rlU0=",
|
||||||
"owner": "BirdeeHub",
|
"owner": "BirdeeHub",
|
||||||
|
@ -75,7 +74,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"dir": "nix",
|
|
||||||
"owner": "BirdeeHub",
|
"owner": "BirdeeHub",
|
||||||
"repo": "nixCats-nvim",
|
"repo": "nixCats-nvim",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
nixCats.url = "github:BirdeeHub/nixCats-nvim?dir=nix";
|
nixCats.url = "github:BirdeeHub/nixCats-nvim";
|
||||||
|
|
||||||
blink-cmp = {
|
blink-cmp = {
|
||||||
url = "github:Saghen/blink.cmp";
|
url = "github:Saghen/blink.cmp";
|
||||||
|
|
Loading…
Reference in a new issue